gnu: dub: Use invoke.
* gnu/packages/ldc.scm (dub): Use invoke.
This commit is contained in:
parent
12479d58be
commit
a4960a204d
|
@ -310,7 +310,7 @@ bootstrapping more recent compilers written in D.")
|
|||
(delete 'configure) ; no configure script
|
||||
(replace 'build
|
||||
(lambda _
|
||||
(zero? (system* "./build.sh"))))
|
||||
(invoke "./build.sh")))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in New Issue