mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: gnome-control-center: Fix build.
* gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add a 'set-cflags phase.
This commit is contained in:
parent
f62e47df8d
commit
716470cda4
1 changed files with 6 additions and 0 deletions
|
@ -8374,6 +8374,12 @@ (define-public gnome-control-center
|
|||
(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 _
|
||||
|
|
Loading…
Reference in a new issue