me
/
guix
Archived
1
0
Fork 0

gnu: guile-curl: Use invoke.

* gnu/packages/curl.scm (guile-curl): Use invoke instead of system*.
master
Roel Janssen 2018-04-19 14:26:35 +02:00
parent b164233851
commit d28e5ad23c
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 1 additions and 2 deletions

View File

@ -232,8 +232,7 @@ not offer a replacement for libcurl.")
(substitute* curl.scm (("libguile-curl") ext)) (substitute* curl.scm (("libguile-curl") ext))
;; The build system does not actually compile the Scheme module. ;; 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. ;; So we can compile it and put it in the right place in one go.
(system* "guild" "compile" curl.scm "-o" curl.go)) (invoke "guild" "compile" curl.scm "-o" curl.go)))))))
#t)))))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)