From 9cadb2cdc6f283845075ca704a67dffc3dca44d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 7 Jul 2010 08:58:56 +0000 Subject: [PATCH] Making privoxy build (set an older autoconf - the current privxoy does not like the newer) svn path=/nixpkgs/trunk/; revision=22503 --- pkgs/top-level/all-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b846693073c..ad77a197ce9 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 {