1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: shadow: Return #t from all phases.

* gnu/packages/admin.scm (shadow)[arguments]: Return #t from
the 'set-nscd-file-name' phase.
This commit is contained in:
Mark H Weaver
2018-03-24 00:06:54 -04:00
parent d624eaaa37
commit acfa777e8a
+2 -1
View File
@@ -382,7 +382,8 @@ hostname.")
"libc")))) "libc"))))
(substitute* "lib/nscd.c" (substitute* "lib/nscd.c"
(("/usr/sbin/nscd") (("/usr/sbin/nscd")
(string-append libc "/sbin/nscd")))))) (string-append libc "/sbin/nscd")))
#t)))
(add-after 'install 'remove-groups (add-after 'install 'remove-groups
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
;; Remove `groups', which is already provided by Coreutils. ;; Remove `groups', which is already provided by Coreutils.