mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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
|
||||
#:jdk ,icedtea-8
|
||||
#:make-flags
|
||||
(list (string-append "-Ddist=" (assoc-ref %outputs "out")
|
||||
"/share/java/htsjdk/"))
|
||||
,#~(list (string-append "-Ddist=" #$output "/share/java/htsjdk/"))
|
||||
#:build-target "all"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue