mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: java-htsjdk: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (java-htsjdk)[arguments]: Use a gexp.
This commit is contained in:
parent
62e0641892
commit
a3b00a21c0
1 changed files with 1 additions and 2 deletions
|
@ -4391,8 +4391,7 @@ (define-public java-htsjdk
|
||||||
`(#:tests? #f ; test require Internet access
|
`(#:tests? #f ; test require Internet access
|
||||||
#:jdk ,icedtea-8
|
#:jdk ,icedtea-8
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "-Ddist=" (assoc-ref %outputs "out")
|
,#~(list (string-append "-Ddist=" #$output "/share/java/htsjdk/"))
|
||||||
"/share/java/htsjdk/"))
|
|
||||||
#:build-target "all"
|
#:build-target "all"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue