gnu: methyldackel: Remove reference to %outputs.

* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove reference
to %outputs by using a gexp.
This commit is contained in:
Ricardo Wurmus 2021-12-05 12:54:29 +01:00
parent d531dc6761
commit c973107a25
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14455,10 +14455,9 @@ (define-public methyldackel
(arguments
`(#:test-target "test"
#:make-flags
(list "CC=gcc"
"CFLAGS=-fcommon"
(string-append "prefix="
(assoc-ref %outputs "out") "/bin/"))
,#~(list "CC=gcc"
"CFLAGS=-fcommon"
(string-append "prefix=" #$output "/bin/"))
#:phases
(modify-phases %standard-phases
(replace 'configure