guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: guile-redis: Remove guild warnings.


From: guix-commits
Subject: 02/02: gnu: guile-redis: Remove guild warnings.
Date: Wed, 27 Jan 2021 04:21:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f048c4f38b24bbaff4d098e8c8cb81cb11041d9c
Author: Efraim Flashner <efraim@flashner.co.il>
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

[Prev in Thread] Current Thread [Next in Thread]