summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-06-29 16:24:43 +0200
committerLudovic Courtès <ludo@gnu.org>2017-06-29 16:28:28 +0200
commitc0f5eee4b2cc737be222c4ba331d0c6373d565eb (patch)
tree43dd7870b808c366d4a7426e56ac592917736a90 /gnu/system.scm
parentb8d3a000efca885180277358caa3c4fe604168a5 (diff)
downloadpatches-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/system.scm')
-rw-r--r--gnu/system.scm1
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.