guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-gnome updated: gnu: glib-networking: Disable openssl support.


From: guix-commits
Subject: branch wip-gnome updated: gnu: glib-networking: Disable openssl support.
Date: Sat, 03 Jul 2021 22:00:05 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

The following commit(s) were added to refs/heads/wip-gnome by this push:
     new 7e13829  gnu: glib-networking: Disable openssl support.
7e13829 is described below

commit 7e1382943f940e688f12950777b55b128867ca18
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 c92d48f..cb7bd7f6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4839,8 +4839,6 @@ library.")
                (base32
                 "0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
     (build-system meson-build-system)
-    (arguments
-     `(#:configure-flags '("-Dopenssl=auto")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))
@@ -4848,8 +4846,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]