GNU bug report logs - #44437
Best way to install package in Guix System

Previous Next

Package: guix;

Reported by: musics <at> tutanota.com

Date: Wed, 4 Nov 2020 13:15:02 UTC

Severity: normal

Done: musics <at> tutanota.com

Bug is archived. No further changes may be made.

Full log


Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: musics <at> tutanota.com
Cc: bug-guix <at> gnu.org, 44437 <44437 <at> debbugs.gnu.org>
Subject: Re: bug#44437: Best way to install package in Guix System
Date: Wed, 04 Nov 2020 16:56:19 +0100
[Message part 1 (text/plain, inline)]
Musics,

musics--- via Bug reports for GNU Guix 写道:
> I changed the config.scm file, after running "sudo guix system 
> reconfigure /etc/config.scm" it displayed:
> /etc/config.scm:31:6: error: network-manager-type: unbound 
> variable
> hint: Did you forget a ʻuse-modules' form?

You need to import the module that provides 
‘network-manager-type’.  Sometimes Guix suggests the module name 
in the hint, but not here.

You can find out the file name with ‘guix system search 
network-manager’ (eventually you'll ‘just know’, or grep the 
source ;-)

If the file name is gnu/services/networking.scm, the Guile module 
name is (gnu services networking).  This is a rule.

If you're using regular Guile use-modules syntax:

 (use-modules ...
              (gnu services networking)
              ...)

Or the Guix-specific use-service-modules syntax:

 (use-service-modules ...
                      networking
                      ...)

The latter is less verbose over time but both do the exact same 
thing.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.