guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: system: Add 'shadow' to %BASE-PACKAGES.


From: Ludovic Courtès
Subject: 01/01: system: Add 'shadow' to %BASE-PACKAGES.
Date: Thu, 29 Jun 2017 10:28:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c0f5eee4b2cc737be222c4ba331d0c6373d565eb
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 29 16:24:43 2017 +0200

    system: Add 'shadow' to %BASE-PACKAGES.
    
    Suggested by Göktuğ Kayaalp <address@hidden>.
    
    * gnu/system.scm (%base-packages): Add SHADOW.
---
 gnu/system.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 5632029..0aec872 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]