gnu: glib-networking: Disable openssl support.

Revert openssl support enabled in a1dd57ce83,
as GnuTLS is preferred over OpenSSL in Guix.

* gnu/packages/gnome.scm (glib-networking)[arguments](openssl): Remove flag.
[inputs]: Remove openssl.
This commit is contained in:
Raghav Gururajan 2021-06-08 13:07:53 -04:00
parent f436723ce7
commit 9d9a8b079a
No known key found for this signature in database
GPG key ID: 5F5816647F8BE551

View file

@ -4748,8 +4748,6 @@ (define-public glib-networking
(base32
"0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dopenssl=auto")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
@ -4757,8 +4755,7 @@ (define-public glib-networking
`(("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