remove coreutils argument of privoxy
svn path=/nixpkgs/trunk/; revision=17648
This commit is contained in:
parent
3e8d1bbe6f
commit
9ae6664a5b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue