mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: cd-hit: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (cd-hit)[arguments]: Replace reference to %outputs with gexp.
This commit is contained in:
parent
c40852a227
commit
fd607a9efa
1 changed files with 3 additions and 3 deletions
|
@ -2570,9 +2570,9 @@ (define-public cd-hit
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
#:make-flags
|
#:make-flags
|
||||||
;; Executables are copied directly to the PREFIX.
|
;; Executables are copied directly to the PREFIX.
|
||||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out") "/bin")
|
,#~(list (string-append "PREFIX=" #$output "/bin")
|
||||||
;; Support longer sequences (e.g. Pacbio sequences)
|
;; Support longer sequences (e.g. Pacbio sequences)
|
||||||
"MAX_SEQ=60000000")
|
"MAX_SEQ=60000000")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; No "configure" script
|
;; No "configure" script
|
||||||
|
|
Loading…
Reference in a new issue