[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/115: gnu: gtk+: Enable cloud-providers support.
From: |
guix-commits |
Subject: |
80/115: gnu: gtk+: Enable cloud-providers support. |
Date: |
Fri, 7 May 2021 16:56:45 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit a67c68356861524d6b0210c9e69c47d4d9d19b9e
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 2f62cb4..571f499 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -956,6 +956,7 @@ application suites.")
gdk-pixbuf+svg
gdk-pixbuf))
("glib" ,glib)
+ ("libcloudproviders" ,libcloudproviders)
("libepoxy" ,libepoxy)
("libx11" ,libx11)
("libxcomposite" ,libxcomposite)
@@ -1007,6 +1008,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"
- 21/115: gnu: cairo: Change build-system., (continued)
- 21/115: gnu: cairo: Change build-system., guix-commits, 2021/05/07
- 47/115: gnu: vala: Update synopsis and description., guix-commits, 2021/05/07
- 54/115: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/05/07
- 55/115: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/07
- 62/115: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/05/07
- 64/115: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/05/07
- 67/115: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/05/07
- 69/115: gnu: json-glib: Update synopsis and description., guix-commits, 2021/05/07
- 73/115: gnu: wayland-protocols: Update description., guix-commits, 2021/05/07
- 81/115: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/05/07
- 80/115: gnu: gtk+: Enable cloud-providers support.,
guix-commits <=
- 76/115: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/05/07
- 78/115: gnu: gtk+: Enable tests., guix-commits, 2021/05/07
- 77/115: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/05/07
- 85/115: gnu: ibus: Enable documentation., guix-commits, 2021/05/07
- 91/115: gnu: zbar: Update to 0.23.90., guix-commits, 2021/05/07
- 92/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/05/07
- 93/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/05/07
- 100/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/05/07
- 97/115: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/05/07
- 115/115: gnu: libsoup: Disable ssl-test., guix-commits, 2021/05/07