me
/
guix
Archived
1
0
Fork 0

gnu: piranha: Remove references to %build-inputs.

* gnu/packages/bioinformatics.scm (piranha)[arguments]: Use gexp to remove
references to %build-inputs.
master
Ricardo Wurmus 2021-12-04 19:43:37 +01:00
parent 01d2e2b334
commit b0fd09f856
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 4 deletions

View File

@ -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")
(string-append "--with-bam_tools_library="
(assoc-ref %build-inputs "bamtools") "/lib/bamtools"))))
,#~(list (string-append "--with-bam_tools_headers="
#$(this-package-input "bamtools") "/include/bamtools")
(string-append "--with-bam_tools_library="
#$(this-package-input "bamtools") "/lib/bamtools"))))
(inputs
`(("bamtools" ,bamtools)
("samtools" ,samtools-0.1)