gnu: guile-gdbm-ffi: Use 'invoke'.
* gnu/packages/guile.scm (guile-gdbm-ffi)[arguments]: Use 'invoke' instead of 'system*'.
This commit is contained in:
parent
74c164e000
commit
07e36357a5
|
@ -1166,7 +1166,7 @@ inspired by the SCSH regular expression system.")
|
||||||
(string-append module-dir "/gdbm.go"))
|
(string-append module-dir "/gdbm.go"))
|
||||||
(compile-file
|
(compile-file
|
||||||
(lambda (in-file out-file)
|
(lambda (in-file out-file)
|
||||||
(system* guild "compile" "-o" out-file in-file))))
|
(invoke guild "compile" "-o" out-file in-file))))
|
||||||
;; Switch directory for compiling and installing
|
;; Switch directory for compiling and installing
|
||||||
(chdir source)
|
(chdir source)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue