gnu: rdmd: Use invoke.
* gnu/packages/ldc.scm (rdmd): Use invoke.
This commit is contained in:
parent
736e45a278
commit
12479d58be
|
@ -58,7 +58,7 @@
|
|||
(replace
|
||||
'build
|
||||
(lambda _
|
||||
(zero? (system* "ldc2" "rdmd.d"))))
|
||||
(invoke "ldc2" "rdmd.d")))
|
||||
(replace
|
||||
'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in New Issue