gnu: piranha: Remove references to %build-inputs.
* gnu/packages/bioinformatics.scm (piranha)[arguments]: Use gexp to remove references to %build-inputs.master
parent
01d2e2b334
commit
b0fd09f856
|
@ -8795,10 +8795,10 @@ intervals (e.g. genes, sequence alignments).")
|
|||
(install-file file bin))
|
||||
(find-files "bin" ".*"))))))
|
||||
#:configure-flags
|
||||
(list (string-append "--with-bam_tools_headers="
|
||||
(assoc-ref %build-inputs "bamtools") "/include/bamtools")
|
||||
,#~(list (string-append "--with-bam_tools_headers="
|
||||
#$(this-package-input "bamtools") "/include/bamtools")
|
||||
(string-append "--with-bam_tools_library="
|
||||
(assoc-ref %build-inputs "bamtools") "/lib/bamtools"))))
|
||||
#$(this-package-input "bamtools") "/lib/bamtools"))))
|
||||
(inputs
|
||||
`(("bamtools" ,bamtools)
|
||||
("samtools" ,samtools-0.1)
|
||||
|
|
Reference in New Issue