gnu: hurd-minimal: Use invoke.
* gnu/packages/hurd.scm (hurd-minimal)[arguments]: Use invoke in the custom build phase.
This commit is contained in:
parent
fe92152133
commit
a48d22d615
|
@ -178,7 +178,7 @@ Library and other user programs.")
|
||||||
#t)))
|
#t)))
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "-Clibihash" "libihash.a"))))))))
|
(invoke "make" "-Clibihash" "libihash.a")))))))
|
||||||
(home-page "https://www.gnu.org/software/hurd/hurd.html")
|
(home-page "https://www.gnu.org/software/hurd/hurd.html")
|
||||||
(synopsis "GNU Hurd libraries")
|
(synopsis "GNU Hurd libraries")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue