gnu: guile-redis: Remove guild warnings.

* gnu/packages/guile-xyz.scm (guile-redis)[arguments]: Pass
GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
This commit is contained in:
Efraim Flashner 2021-01-27 11:16:25 +02:00
parent 3968722b79
commit f048c4f38b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -2443,6 +2443,8 @@ interface for reading articles in any format.")
(base32
"1zk2x37lw6ygf7rwy71svnsian8lj51axpxmm66ah7dazn69swlm"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)