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:
Lluís Batlle i Rossell 2010-07-07 08:58:56 +00:00
parent 2e6ffe7b13
commit 9cadb2cdc6

View file

@ -1739,7 +1739,8 @@ let
};
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 {