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.
master
parent
f436723ce7
commit
9d9a8b079a
|
@ -4748,8 +4748,6 @@ library.")
|
||||||
(base32
|
(base32
|
||||||
"0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
|
"0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
`(#:configure-flags '("-Dopenssl=auto")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
|
@ -4757,8 +4755,7 @@ library.")
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("libproxy" ,libproxy)
|
("libproxy" ,libproxy)))
|
||||||
("openssl" ,openssl)))
|
|
||||||
(home-page "https://wiki.gnome.org/Projects/GLib")
|
(home-page "https://wiki.gnome.org/Projects/GLib")
|
||||||
(synopsis "Network extensions for GLib")
|
(synopsis "Network extensions for GLib")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue