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:
Tobias Geerinckx-Rice 2018-05-01 07:31:29 +02:00
parent a2cfe19041
commit d13f45646b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -386,7 +386,8 @@ (define-public shadow
"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.