Author: viric
Date: 2010-07-07 08:58:56 +0000 (Wed, 07 Jul 2010)
New Revision: 22503

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22503&view=rev

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Log:
Making privoxy build (set an older autoconf - the current privxoy does not like 
the newer)

Changes:

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
===================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       2010-07-07 06:26:57 UTC 
(rev 22502)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       2010-07-07 08:58:56 UTC 
(rev 22503)
@@ -1739,7 +1739,8 @@
   };
 
   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 {

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to