guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: dub: Use invoke.


From: Danny Milosavljevic
Subject: 02/02: gnu: dub: Use invoke.
Date: Wed, 21 Feb 2018 06:05:52 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit a4960a204dc18d9ef9d94de448a2180a675e235d
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Feb 21 02:52:01 2018 +0100

    gnu: dub: Use invoke.
    
    * gnu/packages/ldc.scm (dub): Use invoke.
---
 gnu/packages/ldc.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index 5b7da28..e86117b 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -310,7 +310,7 @@ bootstrapping more recent compilers written in D.")
          (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]