mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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 @@ (define-public rdmd
|
|||
(replace
|
||||
'build
|
||||
(lambda _
|
||||
(zero? (system* "ldc2" "rdmd.d"))))
|
||||
(invoke "ldc2" "rdmd.d")))
|
||||
(replace
|
||||
'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue