mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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:
committed by
Ludovic Courtès
parent
0a843e3643
commit
b202fdf131
@@ -402,6 +402,7 @@ capturing.")
|
||||
;; 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)
|
||||
|
||||
Reference in New Issue
Block a user