~ruther/guix-local

ae5c6fca26ff12179038a476eba3251f4a665cfe — Ludovic Courtès 11 years ago 2c14c6d
gnu: privoxy: Use etc/privoxy as the sysconfdir.

Reported by "d00000" on #guix.

* gnu/packages/tor.scm (privoxy)[arguments]: Add #:configure-flags.
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/tor.scm
M gnu/packages/tor.scm => gnu/packages/tor.scm +6 -1
@@ 94,7 94,12 @@ rejects UDP traffic from the application you're using.")
               "1f6xb7aa47p90c26vqaw74y6drs9gpnhxsgby3mx0awdjh0ydisy"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases (alist-cons-before
     '(;; The default 'sysconfdir' is $out/etc; change that to
       ;; $out/etc/privoxy.
       #:configure-flags (list (string-append "--sysconfdir="
                                              (assoc-ref %outputs "out")
                                              "/etc/privoxy"))
       #:phases (alist-cons-before
                 'configure 'autoconf
                 (lambda _
                   ;; Unfortunately, this is not a tarball produced by