[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/83: gnu: gtk+: Enable cloud-providers support.
From: |
guix-commits |
Subject: |
80/83: gnu: gtk+: Enable cloud-providers support. |
Date: |
Fri, 26 Mar 2021 17:18:46 -0400 (EDT) |
lle_bout pushed a commit to branch core-updates
in repository guix.
commit e4fdcdee4cebcb757cb7dbf71618bce8492b7025
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 fcc2088..266a8a8 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -955,6 +955,7 @@ application suites.")
gdk-pixbuf+svg
gdk-pixbuf))
("glib" ,glib)
+ ("libcloudproviders" ,libcloudproviders)
("libepoxy" ,libepoxy)
("libx11" ,libx11)
("libxcomposite" ,libxcomposite)
@@ -1006,6 +1007,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"
- 57/83: gnu: atk: Update home-page and license., (continued)
- 57/83: gnu: atk: Update home-page and license., guix-commits, 2021/03/26
- 59/83: gnu: atkmm: Enable documentation., guix-commits, 2021/03/26
- 61/83: gnu: Add atkmm-2.28., guix-commits, 2021/03/26
- 64/83: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/03/26
- 62/83: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/03/26
- 69/83: gnu: json-glib: Update synopsis and description., guix-commits, 2021/03/26
- 73/83: gnu: wayland-protocols: Update description., guix-commits, 2021/03/26
- 75/83: gnu: gtk+-2: Enable tests., guix-commits, 2021/03/26
- 78/83: gnu: gtk+: Enable tests., guix-commits, 2021/03/26
- 81/83: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/03/26
- 80/83: gnu: gtk+: Enable cloud-providers support.,
guix-commits <=
- 82/83: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/03/26
- 79/83: gnu: gtk+: Add missing inputs., guix-commits, 2021/03/26
- 83/83: gnu: gtkmm-2: Fix build., guix-commits, 2021/03/26
- 76/83: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/03/26
- 25/83: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/03/26