mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: guile-curl: Use invoke.
* gnu/packages/curl.scm (guile-curl): Use invoke instead of system*.
This commit is contained in:
parent
b164233851
commit
d28e5ad23c
1 changed files with 1 additions and 2 deletions
|
@ -232,8 +232,7 @@ not offer a replacement for libcurl.")
|
|||
(substitute* curl.scm (("libguile-curl") ext))
|
||||
;; The build system does not actually compile the Scheme module.
|
||||
;; So we can compile it and put it in the right place in one go.
|
||||
(system* "guild" "compile" curl.scm "-o" curl.go))
|
||||
#t)))))
|
||||
(invoke "guild" "compile" curl.scm "-o" curl.go)))))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue