mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -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)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:make-flags (list (string-append "INSTALLDIR="
|
||||
(assoc-ref %outputs "out")
|
||||
"/bin"))
|
||||
#:make-flags
|
||||
,#~(list (string-append "INSTALLDIR=" #$output "/bin"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
|
|
Loading…
Reference in a new issue