mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: prodigal: Remove reference to %outputs.
* gnu/packages/bioinformatics.scm (prodigal)[arguments]: Remove reference to %outputs by using a gexp.
This commit is contained in:
parent
09ae51f7b8
commit
cfaf37d10b
1 changed files with 2 additions and 3 deletions
|
@ -5942,9 +5942,8 @@ (define-public prodigal
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:make-flags (list (string-append "INSTALLDIR="
|
#:make-flags
|
||||||
(assoc-ref %outputs "out")
|
,#~(list (string-append "INSTALLDIR=" #$output "/bin"))
|
||||||
"/bin"))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
|
Loading…
Reference in a new issue