mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: binutils-vc4: Use invoke.
* gnu/packages/embedded.scm (binutils-vc4)[arguments]: Use invoke.
This commit is contained in:
parent
5114c83a24
commit
25e25d8f9e
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ simulator.")
|
|||
(lambda _
|
||||
(substitute* "opcodes/Makefile.in"
|
||||
(("guile\\{,-\\}1.8") "guile"))
|
||||
(zero? (system* "which" "guile")))))))
|
||||
(invoke "which" "guile"))))))
|
||||
(native-inputs
|
||||
`(("cgen"
|
||||
,(origin
|
||||
|
|
Loading…
Reference in a new issue