[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: vinagre: Fix build.
From: |
guix-commits |
Subject: |
01/01: gnu: vinagre: Fix build. |
Date: |
Wed, 9 Oct 2019 15:41:23 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 7f486d25d2a54337d4513853aade47d895e5638c
Author: Maxim Cournoyer <address@hidden>
Date: Thu Oct 10 03:49:45 2019 +0900
gnu: vinagre: Fix build.
* gnu/packages/gnome.scm (vinagre): Set the '--enable-compile-warnings'
configure flag to 'minimum', to prevent build failures on compilation
warnings.
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eae62a1..2a664e3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2428,7 +2428,10 @@ selection and URL hints.")))
"10jya3jyrm18nbw3v410gbkc7677bqamax44pzgd3j15randn76d"))))
(build-system glib-or-gtk-build-system)
(arguments
- '(#:phases
+ ;; Disable -Werror and such, to avoid build failures on compilation
+ ;; warnings.
+ '(#:configure-flags '("--enable-compile-warnings=minimum")
+ #:phases
(modify-phases %standard-phases
(add-before 'install 'skip-gtk-update-icon-cache
(lambda _