guix-commits
[Top][All Lists]
Advanced

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

107/122: gnu: glib-networking: Enable libproxy and openssl support.


From: guix-commits
Subject: 107/122: gnu: glib-networking: Enable libproxy and openssl support.
Date: Fri, 11 Jun 2021 12:12:22 -0400 (EDT)

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

commit 030d6659bc0f815cae57f26ddd42e985cfe3e22f
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 9a257da..577f67d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4837,14 +4837,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



reply via email to

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