Making privoxy build (set an older autoconf - the current privxoy does not like the newer)
svn path=/nixpkgs/trunk/; revision=22503
This commit is contained in:
parent
2e6ffe7b13
commit
9cadb2cdc6
@ -1739,7 +1739,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
privoxy = import ../tools/networking/privoxy {
|
privoxy = import ../tools/networking/privoxy {
|
||||||
inherit fetchurl stdenv autoconf automake zlib pcre w3m;
|
inherit fetchurl stdenv automake zlib pcre w3m;
|
||||||
|
autoconf = autoconf213;
|
||||||
};
|
};
|
||||||
|
|
||||||
tcpdump = import ../tools/networking/tcpdump {
|
tcpdump = import ../tools/networking/tcpdump {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user