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:
parent
3968722b79
commit
f048c4f38b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user