~ruther/guix-local

12479d58be573c45cfdbdcd27e0bb1adb5babfb2 — Danny Milosavljevic 8 years ago 736e45a
gnu: rdmd: Use invoke.

* gnu/packages/ldc.scm (rdmd): Use invoke.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/ldc.scm
M gnu/packages/ldc.scm => gnu/packages/ldc.scm +1 -1
@@ 58,7 58,7 @@
         (replace
          'build
          (lambda _
            (zero? (system* "ldc2" "rdmd.d"))))
            (invoke "ldc2" "rdmd.d")))
         (replace
          'install
          (lambda* (#:key outputs #:allow-other-keys)