gnu: java-classpathx-servletapi: Fix build.
* gnu/packages/java.scm (java-classpathx-servletapi)[arguments]: Use gexp for 'make-flags'.master
parent
4a5c795403
commit
a8c65537f8
|
@ -3680,8 +3680,8 @@ HDF5 files, building on the libraries provided by the HDF Group.")
|
||||||
`(#:tests? #f ; there is no test target
|
`(#:tests? #f ; there is no test target
|
||||||
#:build-target "compile"
|
#:build-target "compile"
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "-Dbuild.compiler=javac1.8"
|
,#~(list "-Dbuild.compiler=javac1.8"
|
||||||
(string-append "-Ddist=" (assoc-ref %outputs "out")))
|
(string-append "-Ddist=" #$output))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Reference in New Issue