mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 01:31:47 +02:00
Edit networking.scm
This commit is contained in:
parent
9808bfb700
commit
0d8f4da44c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue