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
1 changed files with 2 additions and 2 deletions
|
@ -8666,8 +8666,8 @@ factors bound at the specific regions.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--with-hpdf="
|
,#~(list (string-append "--with-hpdf="
|
||||||
(assoc-ref %build-inputs "libharu")))
|
#$(this-package-input "libharu")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-checks
|
(add-after 'unpack 'fix-checks
|
||||||
|
|
Reference in a new issue