gnu: java-classpathx-servletapi: Fix build.
* gnu/packages/java.scm (java-classpathx-servletapi)[arguments]: Use gexp for 'make-flags'.
This commit is contained in:
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
|
||||
#: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
|
||||
|
Loading…
Reference in New Issue
Block a user