[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/125: gnu: glib-networking: Enable libproxy and openssl support.
From: |
guix-commits |
Subject: |
109/125: gnu: glib-networking: Enable libproxy and openssl support. |
Date: |
Sat, 3 Jul 2021 21:17:44 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 75acb1b8c4be8c5bbfccc02bf4e76fa9c14976ff
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 6694538..45f8b72 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4838,14 +4838,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
- 70/125: gnu: json-glib: Enable documentation and man-pages., (continued)
- 70/125: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/07/03
- 72/125: gnu: wayland: Update to 1.19.0., guix-commits, 2021/07/03
- 81/125: gnu: gtk+: Add missing inputs., guix-commits, 2021/07/03
- 86/125: gnu: ibus: Update to 1.5.24., guix-commits, 2021/07/03
- 111/125: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/07/03
- 115/125: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/07/03
- 123/125: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/07/03
- 79/125: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/07/03
- 98/125: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/07/03
- 100/125: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/07/03
- 109/125: gnu: glib-networking: Enable libproxy and openssl support.,
guix-commits <=
- 112/125: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/07/03
- 117/125: gnu: libsoup: Disable ssl-test., guix-commits, 2021/07/03
- 122/125: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/07/03
- 120/125: gnu: tracker: Enable documentation., guix-commits, 2021/07/03
- 94/125: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/07/03
- 71/125: gnu: json-glib: Update synopsis and description., guix-commits, 2021/07/03
- 75/125: gnu: wayland-protocols: Update description., guix-commits, 2021/07/03
- 77/125: gnu: gtk+-2: Enable tests., guix-commits, 2021/07/03
- 89/125: gnu: ibus: Enable tests., guix-commits, 2021/07/03
- 102/125: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/07/03