[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
377/377: gnu: glib-networking: Disable openssl support.
From: |
guix-commits |
Subject: |
377/377: gnu: glib-networking: Disable openssl support. |
Date: |
Thu, 2 Sep 2021 17:56:28 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1d8886fab608cf62f652833f04bf3da34a7885ad
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Jun 8 13:07:53 2021 -0400
gnu: glib-networking: Disable openssl support.
Revert openssl support enabled in 75acb1b8c4be8c5bbfccc02bf4e76fa9c14976ff,
as GnuTLS is preferred over OpenSSL in Guix.
* gnu/packages/gnome.scm (glib-networking)[arguments](openssl): Remove flag.
[inputs]: Remove openssl.
---
gnu/packages/gnome.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ae9ad83..801f4dd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4784,8 +4784,6 @@ library.")
(base32
"0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
(build-system meson-build-system)
- (arguments
- `(#:configure-flags '("-Dopenssl=auto")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
@@ -4793,8 +4791,7 @@ library.")
`(("glib" ,glib)
("gnutls" ,gnutls)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("libproxy" ,libproxy)
- ("openssl" ,openssl)))
+ ("libproxy" ,libproxy)))
(home-page "https://wiki.gnome.org/Projects/GLib")
(synopsis "Network extensions for GLib")
(description
- 130/377: gnu: Add r-zonebuilder., (continued)
- 130/377: gnu: Add r-zonebuilder., guix-commits, 2021/09/02
- 338/377: gnu: ibus: Enable documentation., guix-commits, 2021/09/02
- 356/377: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/09/02
- 360/377: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/09/02
- 361/377: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/09/02
- 365/377: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/09/02
- 372/377: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 373/377: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/09/02
- 374/377: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 375/377: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/02
- 377/377: gnu: glib-networking: Disable openssl support.,
guix-commits <=
- 366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/09/02
- 367/377: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/02
- 368/377: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/02
- 369/377: gnu: libepoxy: Propagate mesa., guix-commits, 2021/09/02
- 370/377: gnu: tracker: Enable some features., guix-commits, 2021/09/02
- 371/377: gnu: tracker: Enable documentation., guix-commits, 2021/09/02
- 376/377: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/09/02
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/02
- 358/377: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/09/02
- 359/377: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/09/02