mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: guix-daemon: Install 'guix-authenticate'.
Fixes <https://bugs.gnu.org/33368>. Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install' phase, build "install-nodist_libexecSCRIPTS" target to install 'guix-authenticate'.
This commit is contained in:
@@ -345,7 +345,8 @@ the Nix package manager.")
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(invoke "make" "install-binPROGRAMS"
|
||||
"install-nodist_pkglibexecSCRIPTS")
|
||||
"install-nodist_pkglibexecSCRIPTS"
|
||||
"install-nodist_libexecSCRIPTS") ;guix-authenticate
|
||||
|
||||
;; We need to tell 'guix-daemon' which 'guix' command to use.
|
||||
;; Here we use a questionable hack where we hard-code root's
|
||||
|
||||
Reference in New Issue
Block a user