remove coreutils argument of privoxy

svn path=/nixpkgs/trunk/; revision=17648
This commit is contained in:
Rob Vermaas 2009-10-05 17:12:19 +00:00
parent 3e8d1bbe6f
commit 9ae6664a5b

View file

@ -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 {