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:
Ricardo Wurmus 2021-12-03 23:56:11 +01:00
parent c40852a227
commit fd607a9efa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2570,9 +2570,9 @@ (define-public cd-hit
`(#:tests? #f ; there are no tests
#:make-flags
;; Executables are copied directly to the PREFIX.
(list (string-append "PREFIX=" (assoc-ref %outputs "out") "/bin")
;; Support longer sequences (e.g. Pacbio sequences)
"MAX_SEQ=60000000")
,#~(list (string-append "PREFIX=" #$output "/bin")
;; Support longer sequences (e.g. Pacbio sequences)
"MAX_SEQ=60000000")
#:phases
(modify-phases %standard-phases
;; No "configure" script