gnu: mash: Replace references to %build-inputs.

* gnu/packages/bioinformatics.scm (mash)[arguments]: Use a gexp.
This commit is contained in:
Ricardo Wurmus 2021-12-04 00:32:01 +01:00
parent 22d9097b5e
commit 114eb987cb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5311,9 +5311,9 @@ (define-public mash
(arguments
`(#:tests? #f ; No tests.
#:configure-flags
(list
(string-append "--with-capnp=" (assoc-ref %build-inputs "capnproto"))
(string-append "--with-gsl=" (assoc-ref %build-inputs "gsl")))
,#~(list
(string-append "--with-capnp=" #$(this-package-input "capnproto"))
(string-append "--with-gsl=" #$(this-package-input "gsl")))
#:make-flags (list "CC=gcc")
#:phases
(modify-phases %standard-phases