mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guix-daemon: Adjust 'install' phase to latest update.
Fixes <https://bugs.gnu.org/33496>.
Reported by Brett Gilio <brettg@posteo.net>.
This is a followup to commit 254602cdf8
.
* gnu/packages/package-management.scm (guix-daemon)[arguments]: In
'install' phase, remove use of "install-nodist_pkglibexecSCRIPTS"
target.
This commit is contained in:
parent
71cfb437d2
commit
0a9d1c5ab7
1 changed files with 1 additions and 2 deletions
|
@ -345,8 +345,7 @@ (define-public guix-daemon
|
|||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(invoke "make" "install-binPROGRAMS"
|
||||
"install-nodist_pkglibexecSCRIPTS"
|
||||
"install-nodist_libexecSCRIPTS") ;guix-authenticate
|
||||
"install-nodist_pkglibexecSCRIPTS")
|
||||
|
||||
;; We need to tell 'guix-daemon' which 'guix' command to use.
|
||||
;; Here we use a questionable hack where we hard-code root's
|
||||
|
|
Loading…
Reference in a new issue