mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: java-log4j-core: Remove reference to %outputs.
* gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to %outputs by using a gexp.
This commit is contained in:
parent
87e7ed77da
commit
ad1dc0cad3
1 changed files with 1 additions and 2 deletions
|
@ -7940,8 +7940,7 @@ (define-public java-log4j-core
|
|||
#:jar-name "log4j-core.jar"
|
||||
#:jdk ,icedtea-8
|
||||
#: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