me
/
guix
Archived
1
0
Fork 0

gnu: bowtie: Remove reference to %outputs.

* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Replace reference to
%outputs with a gexp.
master
Ricardo Wurmus 2021-12-03 23:52:43 +01:00
parent f5c38ee45f
commit a47a90b900
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 4 deletions

View File

@ -1995,10 +1995,10 @@ errors at the end of reads.")
(("-DBUILD_TIME=.*") "-DBUILD_TIME=\"\\\"0\\\"\""))))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
(list "allall"
"WITH_TBB=1"
(string-append "prefix=" (assoc-ref %outputs "out")))
`(#:make-flags
,#~(list "allall"
"WITH_TBB=1"
(string-append "prefix=" #$output))
#:phases
(modify-phases %standard-phases
(replace 'configure