mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: dub: Use invoke.
* gnu/packages/ldc.scm (dub): Use invoke.
This commit is contained in:
parent
12479d58be
commit
a4960a204d
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ (define-public dub
|
|||
(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 a new issue