haskell-ihaskell: set hydraPlatforms to none to avoid evaluation errors

This commit is contained in:
Peter Simons 2014-10-22 08:12:42 +02:00
parent bddf342631
commit 8953fb5e7d

View File

@ -45,6 +45,7 @@ cabal.mkDerivation (self: {
description = "A Haskell backend kernel for the IPython project";
license = licenses.mit;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = with maintainers; [ edwtjo ];
broken = true;
};