gnu: privoxy: Use etc/privoxy as the sysconfdir.
Reported by "d00000" on #guix. * gnu/packages/tor.scm (privoxy)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
2c14c6d7cb
commit
ae5c6fca26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue