efraim pushed a commit to branch master
in repository guix.

commit f048c4f38b24bbaff4d098e8c8cb81cb11041d9c
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Jan 27 11:16:25 2021 +0200

    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.
---
 gnu/packages/guile-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0526cf8a..c6f25bb 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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)

Reply via email to