[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/124: gnu: gtk+: Enable cloud-providers support.
From: |
guix-commits |
Subject: |
80/124: gnu: gtk+: Enable cloud-providers support. |
Date: |
Tue, 10 Aug 2021 20:21:19 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 36dda9bcb7943d46f3e9c9cb7aef9a33656204b2
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"
- 61/124: gnu: Add atkmm-2.28., (continued)
- 61/124: gnu: Add atkmm-2.28., guix-commits, 2021/08/10
- 37/124: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/08/10
- 43/124: gnu: vala: Change build-system., guix-commits, 2021/08/10
- 53/124: gnu: libgsf: Enable documentation., guix-commits, 2021/08/10
- 54/124: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/08/10
- 59/124: gnu: atkmm: Enable documentation., guix-commits, 2021/08/10
- 65/124: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/08/10
- 66/124: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/08/10
- 68/124: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/08/10
- 74/124: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/08/10
- 80/124: gnu: gtk+: Enable cloud-providers support.,
guix-commits <=
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/08/10
- 50/124: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/08/10
- 56/124: gnu: atk: Update to 2.36.0., guix-commits, 2021/08/10
- 57/124: gnu: atk: Update home-page and license., guix-commits, 2021/08/10
- 58/124: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/08/10
- 60/124: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/08/10
- 63/124: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/08/10
- 67/124: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/08/10
- 72/124: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/08/10
- 73/124: gnu: wayland-protocols: Update description., guix-commits, 2021/08/10