me
/
guix
Archived
1
0
Fork 0

gnu: java-htsjdk: Replace reference to %outputs.

* gnu/packages/bioinformatics.scm (java-htsjdk)[arguments]: Use a gexp.
master
Ricardo Wurmus 2021-12-04 00:03:54 +01:00
parent 62e0641892
commit a3b00a21c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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