gnu: methyldackel: Remove reference to %outputs.
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove reference to %outputs by using a gexp.master
parent
d531dc6761
commit
c973107a25
|
@ -14455,10 +14455,9 @@ patterns.")
|
|||
(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
|
||||
|
|
Reference in New Issue