mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: bats: Set #:guile argument of 'wrap-script'.
* gnu/packages/bash.scm (bats)[arguments]<#:builder>: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0a843e3643
commit
b202fdf131
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ capturing.")
|
||||||
;; Install phase
|
;; Install phase
|
||||||
(invoke "./install.sh" %output)
|
(invoke "./install.sh" %output)
|
||||||
(wrap-script (string-append %output "/bin/bats")
|
(wrap-script (string-append %output "/bin/bats")
|
||||||
|
#:guile (search-input-file %build-inputs "bin/guile")
|
||||||
(list "PATH" 'prefix (string-split (getenv "PATH")
|
(list "PATH" 'prefix (string-split (getenv "PATH")
|
||||||
#\:))))))
|
#\:))))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue