guix-commits
[Top][All Lists]
Advanced

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

01/01: system: Use "@" to refer to the 'shadow' package.


From: Ludovic Courtès
Subject: 01/01: system: Use "@" to refer to the 'shadow' package.
Date: Fri, 30 Jun 2017 05:27:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 87941d1df473511f0f75737e81a51a106132c9de
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 30 11:13:53 2017 +0200

    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.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 0aec872..ee1e10f 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -490,7 +490,7 @@ explicitly appear in OS."
          lsof                                 ;for Guix's 'list-runtime-roots'
          pciutils usbutils
          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
          ;; many people are familiar with, so keep it around.



reply via email to

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