diff mbox series

[bug#39068] gnome-contacts

Message ID b1fbfebd172ffba29c116f33f3f4088643e8bc41.camel@disroot.org
State Accepted
Headers show
Series [bug#39068] gnome-contacts | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Raghav Gururajan Jan. 10, 2020, 1:40 p.m. UTC
Hello Guix!

Please find the attached patch to fix gnome-contacts.

Regards,
RG.
diff mbox series

Patch

From f2f36ea0df19e7ea97ca6f1d880677704fda10e1 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 10 Jan 2020 08:33:45 -0500
Subject: [PATCH] gnu: gnome-contacts: Propagate evolution-data-server and
 recategorize some inputs.

* gnu/packages/gnome.scm (gnome-contacts): Propagate evolution-data-server and recategorize some inputs.
---
 gnu/packages/gnome.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e71cc2fee2..eeec0626dd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -614,7 +614,8 @@  commonly used macros.")
                 "17g1gh8yj58cfpdx69h2szivlbjgvv982kmhnkkh0i5bwj0zs2yy"))))
     (build-system meson-build-system)
     (arguments
-     `(#:phases
+     `(#:glib-or-gtk? #t
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'generate-vapis
            (lambda* (#:key inputs #:allow-other-keys)
@@ -627,26 +628,26 @@  commonly used macros.")
                      (string-append goa "/share/gir-1.0/Goa-1.0.gir"))
              #t)))))
     (native-inputs
-     `(("glib:bin" ,glib "bin")
+     `(("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
        ("gtk+:bin" ,gtk+ "bin")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("cheese" ,cheese)
        ("docbook-xml" ,docbook-xml)
        ("dockbook-xsl" ,docbook-xsl)
-       ("evolution-data-server" ,evolution-data-server)
-       ("gettext" ,gettext-minimal)
        ("gnome-desktop" ,gnome-desktop)
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
-       ("gobject-introspection" ,gobject-introspection)
        ("gst-plugins-base" ,gst-plugins-base)
-       ("gtk+" ,gtk+)
+       ;;("gtk+" ,gtk+)
        ("libgee" ,libgee)
        ("libxslt" ,libxslt)
        ("telepathy-glib" ,telepathy-glib)
        ("vala" ,vala)))
     (propagated-inputs
-     `(("folks", folks)
+     `(("evolution-data-server" ,evolution-data-server)
+       ("folks", folks)
        ("telepathy-mission-control" ,telepathy-mission-control)))
     (synopsis "GNOME's integrated address book")
     (description
-- 
2.24.1