diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-29 16:24:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-29 16:28:28 +0200 |
commit | c0f5eee4b2cc737be222c4ba331d0c6373d565eb (patch) | |
tree | 43dd7870b808c366d4a7426e56ac592917736a90 /gnu | |
parent | b8d3a000efca885180277358caa3c4fe604168a5 (diff) | |
download | patches-c0f5eee4b2cc737be222c4ba331d0c6373d565eb.tar patches-c0f5eee4b2cc737be222c4ba331d0c6373d565eb.tar.gz |
system: Add 'shadow' to %BASE-PACKAGES.
Suggested by Göktuğ Kayaalp <self@gkayaalp.com>.
* gnu/system.scm (%base-packages): Add SHADOW.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 5632029f73..0aec872e6c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -490,6 +490,7 @@ explicitly appear in OS." lsof ;for Guix's 'list-runtime-roots' pciutils usbutils util-linux inetutils isc-dhcp + shadow ;for 'passwd' ;; wireless-tools is deprecated in favor of iw, but it's still what ;; many people are familiar with, so keep it around. |