me
/
guix
Archived
1
0
Fork 0

gnu: hurd-minimal: Use invoke.

* gnu/packages/hurd.scm (hurd-minimal)[arguments]: Use invoke in the custom
build phase.
master
Mark H Weaver 2018-03-23 02:34:26 -04:00
parent fe92152133
commit a48d22d615
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Library and other user programs.")
#t)))
(replace 'build
(lambda _
(zero? (system* "make" "-Clibihash" "libihash.a"))))))))
(invoke "make" "-Clibihash" "libihash.a")))))))
(home-page "https://www.gnu.org/software/hurd/hurd.html")
(synopsis "GNU Hurd libraries")
(description