mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: java-log4j-api: Remove reference to %outputs.
* gnu/packages/java.scm (java-log4j-api)[arguments]: Remove reference to %outputs by using a gexp.
This commit is contained in:
parent
9485578570
commit
87e7ed77da
1 changed files with 1 additions and 2 deletions
|
@ -7884,8 +7884,7 @@ (define-public java-log4j-api
|
|||
`(#:tests? #f ; tests require unpackaged software
|
||||
#:jar-name "log4j-api.jar"
|
||||
#:make-flags
|
||||
(list (string-append "-Ddist.dir=" (assoc-ref %outputs "out")
|
||||
"/share/java"))
|
||||
,#~(list (string-append "-Ddist.dir=" #$output "/share/java"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enter-dir
|
||||
|
|
Loading…
Reference in a new issue