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
1 changed files with 3 additions and 3 deletions
|
|
@ -11369,8 +11369,8 @@ 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
|
||||||
|
|
|
||||||
Reference in a new issue