mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01: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:
parent
4a5c795403
commit
a8c65537f8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue