Fix nixpkgs evaluation

I've removed rekonqScm but forgotten to remove it from all-packages

svn path=/nixpkgs/trunk/; revision=22836
This commit is contained in:
Yury G. Kudryashov 2010-07-31 18:47:15 +00:00
parent 45fd5a9836
commit 3cae107cca

View File

@ -8723,8 +8723,6 @@ let
inherit (kde4) qt4 kdelibs automoc4 phonon;
};
rekonqScm = rekonq.override { v = "scm"; };
rsync = import ../applications/networking/sync/rsync {
inherit fetchurl stdenv acl perl;
enableACLs = !stdenv.isDarwin;