raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 05e34109824b181b8c42f2e6573d8784e6145c87
Author: Raghav Gururajan <[email protected]>
AuthorDate: Fri Mar 12 08:36:52 2021 -0500
gnu: gtk+: Enable cloud-providers support.
* gnu/packages/gtk.scm (gtk+) [arguments]<#:configure-flags>
[--enable-cloudproviders]: New flag.
[propagated-inputs]: Add libcloudproviders.
Signed-off-by: Léo Le Bouter <[email protected]>
---
gnu/packages/gtk.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index dd6590c..4253a1a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -959,6 +959,7 @@ application suites.")
gdk-pixbuf+svg
gdk-pixbuf))
("glib" ,glib)
+ ("libcloudproviders" ,libcloudproviders)
("libepoxy" ,libepoxy)
("libx11" ,libx11)
("libxcomposite" ,libxcomposite)
@@ -1010,6 +1011,7 @@ application suites.")
#:configure-flags (list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")
"/share/gtk-doc/html")
+ "--enable-cloudproviders"
;; The header file <gdk/gdkwayland.h> is
required
;; by gnome-control-center
"--enable-wayland-backend"