me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/bioinformatics.scm (mash)[arguments]: Use a gexp.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -5311,9 +5311,9 @@ sequences).")
(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