[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/122: gnu: glib-networking: Enable libproxy and openssl support.
From: |
guix-commits |
Subject: |
107/122: gnu: glib-networking: Enable libproxy and openssl support. |
Date: |
Fri, 11 Jun 2021 12:12:22 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 030d6659bc0f815cae57f26ddd42e985cfe3e22f
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Mar 28 06:47:49 2021 -0400
gnu: glib-networking: Enable libproxy and openssl support.
* gnu/packages/gnome.scm (glib-networking)[configure-flags]: Remove
libproxy_support flag and add openssl flag.
[inputs]: Add libproxy and openssl.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9a257da..577f67d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4837,14 +4837,16 @@ library.")
"0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-Dlibproxy_support=false")))
+ `(#:configure-flags '("-Dopenssl=auto")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
(inputs
`(("glib" ,glib)
("gnutls" ,gnutls)
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("libproxy" ,libproxy)
+ ("openssl" ,openssl)))
(home-page "https://www.gnome.org")
(synopsis "Network-related GIO modules")
(description
- 65/122: gnu: at-spi2-atk: Update to 2.38.0., (continued)
- 65/122: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/06/11
- 70/122: gnu: wayland: Update to 1.19.0., guix-commits, 2021/06/11
- 73/122: gnu: wayland-protocols: Update description., guix-commits, 2021/06/11
- 75/122: gnu: gtk+-2: Enable tests., guix-commits, 2021/06/11
- 84/122: gnu: ibus: Update to 1.5.24., guix-commits, 2021/06/11
- 90/122: gnu: faac: Correct source uri., guix-commits, 2021/06/11
- 97/122: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/06/11
- 112/122: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/06/11
- 111/122: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/06/11
- 110/122: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/06/11
- 107/122: gnu: glib-networking: Enable libproxy and openssl support.,
guix-commits <=
- 120/122: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/06/11
- 122/122: gnu: tracker-miners: Enable some features., guix-commits, 2021/06/11
- 64/122: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/06/11
- 68/122: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/06/11
- 76/122: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/06/11
- 83/122: gnu: gtkmm-2: Fix build., guix-commits, 2021/06/11
- 98/122: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/06/11
- 99/122: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/06/11
- 105/122: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/06/11
- 101/122: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/06/11