mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05: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 @@ (define-public java-classpathx-servletapi
|
|||
`(#: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 a new issue