gnu: emboss: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use gexp to remove reference to %build-inputs.
This commit is contained in:
parent
2657bdc100
commit
502538c6e4
@ -8666,8 +8666,8 @@ factors bound at the specific regions.")
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "--with-hpdf="
|
||||
(assoc-ref %build-inputs "libharu")))
|
||||
,#~(list (string-append "--with-hpdf="
|
||||
#$(this-package-input "libharu")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-checks
|
||||
|
Loading…
Reference in New Issue
Block a user