guix-commits
[Top][All Lists]
Advanced

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

01/01: guix: ant-build-system: End "configure" phase with #t.


From: Danny Milosavljevic
Subject: 01/01: guix: ant-build-system: End "configure" phase with #t.
Date: Sun, 6 May 2018 14:50:38 -0400 (EDT)

dannym pushed a commit to branch core-updates
in repository guix.

commit d6ac4d42ba6c7253388cf1c43615e70a7c236c12
Author: Danny Milosavljevic <address@hidden>
Date:   Sun May 6 20:49:20 2018 +0200

    guix: ant-build-system: End "configure" phase with #t.
    
    * guix/build/ant-build-system.scm (configure): End with #t.
---
 guix/build/ant-build-system.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/build/ant-build-system.scm b/guix/build/ant-build-system.scm
index d28c290..d081a2b 100644
--- a/guix/build/ant-build-system.scm
+++ b/guix/build/ant-build-system.scm
@@ -166,7 +166,8 @@ to the default GNU unpack strategy."
                                       "/share/java")
                        source-dir test-dir main-class test-include 
test-exclude))
   (setenv "JAVA_HOME" (assoc-ref inputs "jdk"))
-  (setenv "CLASSPATH" (generate-classpath inputs)))
+  (setenv "CLASSPATH" (generate-classpath inputs))
+  #t)
 
 (define* (build #:key (make-flags '()) (build-target "jar")
                 #:allow-other-keys)



reply via email to

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