mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
system: Use "@" to refer to the 'shadow' package.
Reported by Mark H Weaver at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00349.html>. * gnu/system.scm (%base-packages): Use '@' for shadow. This fixes an error on Guile 2.0 where 'shadow' alone resolves to the (gnu system shadow) module.
This commit is contained in:
parent
588b22575d
commit
87941d1df4
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ explicitly appear in OS."
|
||||||
lsof ;for Guix's 'list-runtime-roots'
|
lsof ;for Guix's 'list-runtime-roots'
|
||||||
pciutils usbutils
|
pciutils usbutils
|
||||||
util-linux inetutils isc-dhcp
|
util-linux inetutils isc-dhcp
|
||||||
shadow ;for 'passwd'
|
(@ (gnu packages admin) shadow) ;for 'passwd'
|
||||||
|
|
||||||
;; wireless-tools is deprecated in favor of iw, but it's still what
|
;; wireless-tools is deprecated in favor of iw, but it's still what
|
||||||
;; many people are familiar with, so keep it around.
|
;; many people are familiar with, so keep it around.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue