[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: gnu: gnome-control-center: Fix build
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: gnu: gnome-control-center: Fix build. |
Date: |
Fri, 17 Sep 2021 02:42:58 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new 716470c gnu: gnome-control-center: Fix build.
716470c is described below
commit 716470cda447e8cc3e73b09a8dfdcf1032aa37f2
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 17 08:41:36 2021 +0200
gnu: gnome-control-center: Fix build.
* gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add a
'set-cflags
phase.
---
gnu/packages/gnome.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2550e4f..a123608 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8374,6 +8374,12 @@ devices using the GNOME desktop.")
(string-append "\"" gnome-desktop
"/share/gnome/gnome-version.xml\"")))
#t)))
+ ;; XXX: This appears to be fixed in 3.35.90:
+ ;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957285.
+ (add-before 'configure 'set-cflags
+ (lambda _
+ (setenv "CFLAGS" "-fcommon")
+ #t))
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.
(lambda _
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: gnu: gnome-control-center: Fix build.,
guix-commits <=