guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: guile-chickadee: Supress guile warnings.


From: guix-commits
Subject: 04/04: gnu: guile-chickadee: Supress guile warnings.
Date: Tue, 16 Jun 2020 16:15:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit daca70770ad074dacc14c83dd7156859d14286d3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 16 23:05:43 2020 +0300

    gnu: guile-chickadee: Supress guile warnings.
    
    * gnu/packages/game-development.scm (guile-chickadee)[arguments]: Add
    make-flag to not autocompile guile files.
---
 gnu/packages/game-development.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 2a97a17..9ef92a1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015, 2018 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015, 2018 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2015, 2016, 2017 David Thompson <davet@gnu.org>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016, 2017, 2018 Julian Graham <joolean@gmail.com>
@@ -1752,6 +1752,8 @@ a 2D editor view.")
                (base32
                 "0y3s0p4zyghys48sayfhcbmxmflh8hwawnx5an2jlb3x84yr0dsx"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:make-flags '("GUILE_AUTO_COMPILE=0")))
     (propagated-inputs
      `(("guile-opengl" ,guile-opengl)
        ("guile-sdl2" ,guile-sdl2)))



reply via email to

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