~ruther/guix-local

b75464fff6fb9c4ac90e0383b3911f0fa9820d62 — Sughosha 4 months ago 6fd3233
gnu: gnome-online-accounts-3.44: Fix build.

* gnu/packages/gnome.scm (gnome-online-accounts-3.44)[arguments]<#:make-flags>:
Add CFLAGS.

Change-Id: I3f4577974e8cdd57109e64c1e3e5af298643095a
1 files changed, 8 insertions(+), 3 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +8 -3
@@ 8221,9 8221,14 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
                   (strip-keyword-arguments
                    '(#:glib-or-gtk?)
                    (package-arguments gnome-online-accounts))
                 ((#:phases phases)
                  #~(modify-phases #$phases
                      (delete 'disable-gtk-update-icon-cache)))))
      ;; Fix build.
      ((#:make-flags _ '())
       #~(list (string-append "CFLAGS="
                              "-Wno-error=implicit-function-declaration "
                              "-Wno-error=int-conversion")))
      ((#:phases phases)
       #~(modify-phases #$phases
           (delete 'disable-gtk-update-icon-cache)))))
    (inputs (modify-inputs (package-inputs gnome-online-accounts)
              (replace "rest" rest)
              (replace "webkitgtk" webkitgtk-with-libsoup2)))))