mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: guile-chickadee: Supress guile warnings.
* gnu/packages/game-development.scm (guile-chickadee)[arguments]: Add make-flag to not autocompile guile files.
This commit is contained in:
parent
fb42a763e8
commit
daca70770a
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2015, 2018 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2015, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2015, 2018 Alex Kost <alezost@gmail.com>
|
;;; Copyright © 2015, 2018 Alex Kost <alezost@gmail.com>
|
||||||
;;; Copyright © 2015, 2016, 2017 David Thompson <davet@gnu.org>
|
;;; 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, 2017 Kei Kebreau <kkebreau@posteo.net>
|
||||||
;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2016, 2017, 2018 Julian Graham <joolean@gmail.com>
|
;;; Copyright © 2016, 2017, 2018 Julian Graham <joolean@gmail.com>
|
||||||
|
@ -1752,6 +1752,8 @@ (define-public guile-chickadee
|
||||||
(base32
|
(base32
|
||||||
"0y3s0p4zyghys48sayfhcbmxmflh8hwawnx5an2jlb3x84yr0dsx"))))
|
"0y3s0p4zyghys48sayfhcbmxmflh8hwawnx5an2jlb3x84yr0dsx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-opengl" ,guile-opengl)
|
`(("guile-opengl" ,guile-opengl)
|
||||||
("guile-sdl2" ,guile-sdl2)))
|
("guile-sdl2" ,guile-sdl2)))
|
||||||
|
|
Loading…
Reference in a new issue