From: Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix@gnu.org>
To: musics@tutanota.com
Cc: 44437@debbugs.gnu.org
Subject: bug#44437: Best way to install package in Guix System
Date: Wed, 04 Nov 2020 16:56:19 +0100 [thread overview]
Message-ID: <87r1p9glp8.fsf@nckx> (raw)
In-Reply-To: <MLIj9ft--3-2@tutanota.com>
[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
next prev parent reply other threads:[~2020-11-04 15:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 7:25 bug#44437: Best way to install package in Guix System musics--- via Bug reports for GNU Guix
2020-11-04 13:36 ` Danny Milosavljevic
2020-11-04 13:48 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-04 14:50 ` musics--- via Bug reports for GNU Guix
2020-11-04 15:56 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix [this message]
2020-11-04 16:48 ` Danny Milosavljevic
2020-11-04 16:55 ` musics--- via Bug reports for GNU Guix
2020-11-04 17:20 ` musics--- via Bug reports for GNU Guix
2020-11-04 18:44 ` musics--- via Bug reports for GNU Guix
2020-11-04 19:44 ` Danny Milosavljevic
2020-11-04 20:15 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-04 20:39 ` bug#44437: Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-04 20:46 ` bug#44437: Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-11-04 20:47 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-04 21:09 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-05 10:38 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-06 15:01 ` bug#44437: musics--- via Bug reports for GNU Guix
2020-11-06 15:14 ` bug#44437: musics--- via Bug reports for GNU Guix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r1p9glp8.fsf@nckx \
--to=bug-guix@gnu.org \
--cc=44437@debbugs.gnu.org \
--cc=me@tobias.gr \
--cc=musics@tutanota.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.