summary refs log tree commit diff
path: root/gnu/packages/guile.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2019-12-29 21:23:02 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2019-12-29 21:27:36 +0100
commit9a78e181f0600a9ba5ffb2f54074ddffe250a080 (patch)
treea0215751e6b4ae89149669e9ef93b746eda44908 /gnu/packages/guile.scm
parent16e42db095eb7dff1ed93f2321ee743257e2b821 (diff)
downloadguix-9a78e181f0600a9ba5ffb2f54074ddffe250a080.tar.gz
gnu: guile-bytestructures: Remove guild warnings.
* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Pass
GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r--gnu/packages/guile.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index daac970848..62e9bc81f0 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -595,6 +595,9 @@ Guile's foreign function interface.")
                (base32
                 "0q0habjiy3h9cigb7q1br9kz6z212dn2ab31f6dgd3rrmsfn5rvb"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:make-flags
+       '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)