about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-07-07 08:58:56 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-07-07 08:58:56 +0000
commit9cadb2cdc6f283845075ca704a67dffc3dca44d8 (patch)
tree283ab50e385cc015b31040281e16cdbf7253b355 /pkgs
parent2e6ffe7b135f41551420c251ac6b920b8f324283 (diff)
downloadnixlib-9cadb2cdc6f283845075ca704a67dffc3dca44d8.tar
nixlib-9cadb2cdc6f283845075ca704a67dffc3dca44d8.tar.gz
nixlib-9cadb2cdc6f283845075ca704a67dffc3dca44d8.tar.bz2
nixlib-9cadb2cdc6f283845075ca704a67dffc3dca44d8.tar.lz
nixlib-9cadb2cdc6f283845075ca704a67dffc3dca44d8.tar.xz
nixlib-9cadb2cdc6f283845075ca704a67dffc3dca44d8.tar.zst
nixlib-9cadb2cdc6f283845075ca704a67dffc3dca44d8.zip
Making privoxy build (set an older autoconf - the current privxoy does not like the newer)
svn path=/nixpkgs/trunk/; revision=22503
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b846693073cb..ad77a197ce97 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 {