From 9ae6664a5beb99b01f0df33d8689934b6737daee Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 5 Oct 2009 17:12:19 +0000 Subject: [PATCH] remove coreutils argument of privoxy svn path=/nixpkgs/trunk/; revision=17648 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 0294ef4227f7..8f7f8862ce90 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1469,7 +1469,7 @@ let }; privoxy = import ../tools/networking/privoxy { - inherit fetchurl stdenv autoconf automake coreutils ; + inherit fetchurl stdenv autoconf automake ; }; tcpdump = import ../tools/networking/tcpdump {