Breaking a dependency of zefc on ghc. Trying to get tahoelafs built on armv5tel-linux

svn path=/nixpkgs/trunk/; revision=21550
This commit is contained in:
Lluís Batlle i Rossell 2010-05-01 20:54:27 +00:00
parent 3c6f04e08e
commit 357e3ce108

View File

@ -606,7 +606,8 @@ rec {
sha256 = "0jg9q9mhsky444mm7lpmmlxai8hmjg4pc71viv4kni8gls0gk9n8"; sha256 = "0jg9q9mhsky444mm7lpmmlxai8hmjg4pc71viv4kni8gls0gk9n8";
}; };
propagatedBuildInputs = [ pkgs.darcs ]; # In order to break the dependency on darcs -> ghc, we don't add
# darcs as a propagated build input.
meta = { meta = {
description = "setuptools plugin for the Darcs version control system"; description = "setuptools plugin for the Darcs version control system";