gnu: java-htsjdk: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (java-htsjdk)[arguments]: Use a gexp.master
parent
62e0641892
commit
a3b00a21c0
|
@ -4391,8 +4391,7 @@ from high-throughput sequencing assays.")
|
|||
`(#: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
|
||||
|
|
Reference in New Issue