~ruther/guix-local

c0f5eee4b2cc737be222c4ba331d0c6373d565eb — Ludovic Courtès 8 years ago b8d3a00
system: Add 'shadow' to %BASE-PACKAGES.

Suggested by Göktuğ Kayaalp <self@gkayaalp.com>.

* gnu/system.scm (%base-packages): Add SHADOW.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +1 -0
@@ 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.