me
/
guix
Archived
1
0
Fork 0

gnu: phast: Remove reference to %outputs.

* gnu/packages/bioinformatics.scm (phast)[arguments]: Remove reference to
%outputs by using a gexp.
master
Ricardo Wurmus 2021-12-05 12:53:46 +01:00
parent 2b1e53850f
commit d531dc6761
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14503,8 +14503,8 @@ containing the reference genome as well.")
(build-system gnu-build-system)
(arguments
`(#:make-flags
(list "CC=gcc"
(string-append "DESTDIR=" (assoc-ref %outputs "out")))
,#~(list "CC=gcc"
(string-append "DESTDIR=" #$output))
#:phases
(modify-phases %standard-phases
(replace 'configure