gnu: intervaltree: Remove reference to %outputs.
* gnu/packages/bioinformatics.scm (intervaltree)[arguments]: Remove reference to %outputs by using a gexp.
This commit is contained in:
parent
c9892edceb
commit
b798d90bee
@ -12221,9 +12221,9 @@ reference transcripts provided in a annotation file (also in GTF/GFF3 format).
|
|||||||
(base32 "0rgv6q5fl4x5d74n6p5wvdna6zmbdbqpb4jqqh6vq3670gn08xad"))))
|
(base32 "0rgv6q5fl4x5d74n6p5wvdna6zmbdbqpb4jqqh6vq3670gn08xad"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; No tests.
|
`(#:tests? #f ; No tests.
|
||||||
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
#:make-flags
|
||||||
"DESTDIR=\"\"")
|
,#~(list (string-append "PREFIX=" #$output) "DESTDIR=\"\"")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ; There is no configure phase.
|
(delete 'configure)))) ; There is no configure phase.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user