gnu: guix: Use libexec/guix/guile in the 'guix' shebang.
This is a followup to 880fe019ae
.
* gnu/packages/package-management.scm (guix)[arguments]: Delete
'patch-shebangs' phase.
This commit is contained in:
parent
6cad3f6966
commit
37c21b130c
@ -336,7 +336,13 @@ $(prefix)/etc/init.d\n")))
|
||||
(let ((bash (assoc-ref inputs "bash")))
|
||||
(substitute* (string-append out "/bin/guix")
|
||||
(("^#!.*/bash") (string-append "#! " bash "/bin/bash")))))
|
||||
#t))))))
|
||||
#t)))
|
||||
|
||||
;; The 'guix' executable has 'OUT/libexec/guix/guile' has
|
||||
;; its shebang; that should remain unchanged, thus remove
|
||||
;; the 'patch-shebangs' phase, which would otherwise
|
||||
;; change it to 'GUILE/bin/guile'.
|
||||
(delete 'patch-shebangs))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
|
||||
;; Guile libraries are needed here for
|
||||
|
Loading…
Reference in New Issue
Block a user