gnu: sjcount: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove reference to %build-inputs by using a gexp.
This commit is contained in:
parent
4c6cb448fd
commit
a8b60bd475
@ -11369,9 +11369,9 @@ analyses in addition to large-scale sequence-level searches.")
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; requires a 1.4G test file
|
`(#:tests? #f ; requires a 1.4G test file
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "SAMTOOLS_DIR="
|
,#~(list (string-append "SAMTOOLS_DIR="
|
||||||
(assoc-ref %build-inputs "samtools")
|
#$(this-package-input "samtools")
|
||||||
"/lib/"))
|
"/lib/"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
Loading…
Reference in New Issue
Block a user