From 0d8f4da44ca739ad92b99ea4ee636babd19000d8 Mon Sep 17 00:00:00 2001 From: Jean-Francois GUILLAUME Date: Thu, 29 May 2025 09:32:06 +0000 Subject: [PATCH] Edit networking.scm --- glicid/packages/networking.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glicid/packages/networking.scm b/glicid/packages/networking.scm index 1901cda..6e4430c 100644 --- a/glicid/packages/networking.scm +++ b/glicid/packages/networking.scm @@ -2,6 +2,7 @@ #:use-module ((gnu packages networking) #:prefix gnu:) #:use-module (gnu packages autotools) #:use-module (gnu packages base) + #:use-module (gnu packages text-editors) #:use-module (guix build-system gnu) #:use-module (guix download) #:use-module ((guix licenses) #:prefix license:) @@ -37,6 +38,7 @@ ("autoconf" ,autoconf) ("libtool" ,libtool) ("which" ,which) + ("ed" ,ed) ,@(package-inputs gnu:squid))) (arguments '(#:configure-flags (list "--disable-arch-native" @@ -51,6 +53,7 @@ "--with-cap" "--with-xml2" "--with-ldap" + "--with-openssl" "--enable-log-daemon-helpers") #:phases (modify-phases %standard-phases (add-before 'build 'fix-true-path