guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: java-classpathx-servletapi: Fix build.


From: guix-commits
Subject: 02/04: gnu: java-classpathx-servletapi: Fix build.
Date: Tue, 14 Sep 2021 16:34:31 -0400 (EDT)

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

commit a8c65537f86ac65112eae66fcc1b8b5343141d2a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 14 22:10:23 2021 +0200

    gnu: java-classpathx-servletapi: Fix build.
    
    * gnu/packages/java.scm (java-classpathx-servletapi)[arguments]: Use gexp 
for
      'make-flags'.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index edbd3ab..953bfd3 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3680,8 +3680,8 @@ HDF5 files, building on the libraries provided by the HDF 
Group.")
      `(#:tests? #f ; there is no test target
        #:build-target "compile"
        #:make-flags
-       (list "-Dbuild.compiler=javac1.8"
-             (string-append "-Ddist=" (assoc-ref %outputs "out")))
+       ,#~(list "-Dbuild.compiler=javac1.8"
+                (string-append "-Ddist=" #$output))
        #:phases
        (modify-phases %standard-phases
          (replace 'install



reply via email to

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