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:
Ricardo Wurmus 2021-12-04 19:42:12 +01:00
parent 2657bdc100
commit 502538c6e4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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