[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
333/377: gnu: gtk+: Enable cloud-providers support.
From: |
guix-commits |
Subject: |
333/377: gnu: gtk+: Enable cloud-providers support. |
Date: |
Thu, 2 Sep 2021 17:56:14 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1fc8630fd40f4d8883af6a376651c2bee4ebd3d8
Author: Raghav Gururajan <rg@raghavgururajan.name>
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 <lle-bout@zaclys.net>
---
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"
- 306/377: gnu: libgsf: Enable documentation., (continued)
- 306/377: gnu: libgsf: Enable documentation., guix-commits, 2021/09/02
- 311/377: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/02
- 312/377: gnu: atkmm: Enable documentation., guix-commits, 2021/09/02
- 315/377: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/02
- 320/377: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/02
- 321/377: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/02
- 324/377: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/02
- 326/377: gnu: wayland-protocols: Update description., guix-commits, 2021/09/02
- 328/377: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/02
- 332/377: gnu: gtk+: Add missing inputs., guix-commits, 2021/09/02
- 333/377: gnu: gtk+: Enable cloud-providers support.,
guix-commits <=
- 335/377: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/09/02
- 336/377: gnu: gtkmm-2: Fix build., guix-commits, 2021/09/02
- 339/377: gnu: ibus: Enable memconf., guix-commits, 2021/09/02
- 341/377: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/09/02
- 343/377: gnu: faac: Correct source uri., guix-commits, 2021/09/02
- 344/377: gnu: zbar: Update to 0.23.90., guix-commits, 2021/09/02
- 345/377: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/09/02
- 346/377: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/09/02
- 347/377: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/09/02
- 348/377: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/09/02