mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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:
parent
a2cfe19041
commit
d13f45646b
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue