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:
Ricardo Wurmus 2021-12-05 12:45:18 +01:00
parent 4c6cb448fd
commit a8b60bd475
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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