mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 12:10:29 +02:00
gnu: java-classpathx-servletapi: Fix build.
* gnu/packages/java.scm (java-classpathx-servletapi)[arguments]: Use gexp for 'make-flags'.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user