gnu: preseq: Remove references to %outputs and %build-inputs.
* gnu/packages/bioinformatics.scm (preseq)[arguments]: Replace references to %outputs and %build-inputs by using a gexp.
This commit is contained in:
parent
8a446f5e41
commit
f33e490334
@ -6883,13 +6883,12 @@ structures, classes for genomic regions, mapped sequencing reads, etc.")
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))
|
||||
#:make-flags
|
||||
(list (string-append "PREFIX="
|
||||
(assoc-ref %outputs "out"))
|
||||
,#~(list (string-append "PREFIX=" #$output)
|
||||
(string-append "LIBBAM="
|
||||
(assoc-ref %build-inputs "samtools")
|
||||
#$(this-package-input "samtools")
|
||||
"/lib/libbam.a")
|
||||
(string-append "SMITHLAB_CPP="
|
||||
(assoc-ref %build-inputs "smithlab-cpp")
|
||||
#$(this-package-input "smithlab-cpp")
|
||||
"/lib")
|
||||
"PROGS=preseq"
|
||||
"INCLUDEDIRS=$(SMITHLAB_CPP)/../include/smithlab-cpp $(SAMTOOLS_DIR)")))
|
||||
|
Loading…
Reference in New Issue
Block a user