gnu: guile-git: Prevent guild build warnings.
* gnu/packages/guile.scm (guile-git)[arguments]: Add GUILE_AUTO_COMPILE=0 to make-flags.
This commit is contained in:
parent
279569ca82
commit
3d867fea42
@ -15,6 +15,7 @@
|
||||
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
||||
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2019 Taylan Kammer <taylan.kammer@gmail.com>
|
||||
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@ -718,6 +719,8 @@ type system, elevating types to first-class status.")
|
||||
(base32
|
||||
"0c5i3d16hp7gp9rd78vk9zc45js8bphf92m4lbb5gyi4l1yl7kkm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("guile" ,guile-3.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user