gnu: rdmd: Use invoke.
* gnu/packages/ldc.scm (rdmd): Use invoke.
This commit is contained in:
parent
736e45a278
commit
12479d58be
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
(replace
|
(replace
|
||||||
'build
|
'build
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "ldc2" "rdmd.d"))))
|
(invoke "ldc2" "rdmd.d")))
|
||||||
(replace
|
(replace
|
||||||
'install
|
'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Reference in a new issue