me
/
guix
Archived
1
0
Fork 0

gnu: emboss: Remove reference to %build-inputs.

* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use gexp to remove
reference to %build-inputs.
master
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
1 changed files with 2 additions and 2 deletions

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