mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define-public bats
|
|||
;; Install phase
|
||||
(invoke "./install.sh" %output)
|
||||
(wrap-script (string-append %output "/bin/bats")
|
||||
#:guile (search-input-file %build-inputs "bin/guile")
|
||||
(list "PATH" 'prefix (string-split (getenv "PATH")
|
||||
#\:))))))
|
||||
(build-system trivial-build-system)
|
||||
|
|
Loading…
Reference in a new issue