guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: shadow: Return #t from all phases.


From: Mark H. Weaver
Subject: 05/13: gnu: shadow: Return #t from all phases.
Date: Sun, 25 Mar 2018 05:03:16 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit acfa777e8a24dd7ae1b6425a9d17a9cdb983ff57
Author: Mark H Weaver <address@hidden>
Date:   Sat Mar 24 00:06:54 2018 -0400

    gnu: shadow: Return #t from all phases.
    
    * gnu/packages/admin.scm (shadow)[arguments]: Return #t from
    the 'set-nscd-file-name' phase.
---
 gnu/packages/admin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3269a11..f2c63be 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -382,7 +382,8 @@ hostname.")
                                          "libc"))))
                (substitute* "lib/nscd.c"
                  (("/usr/sbin/nscd")
-                  (string-append libc "/sbin/nscd"))))))
+                  (string-append libc "/sbin/nscd")))
+               #t)))
          (add-after 'install 'remove-groups
            (lambda* (#:key outputs #:allow-other-keys)
              ;; Remove `groups', which is already provided by Coreutils.



reply via email to

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