haskell-ihaskell: set hydraPlatforms to none to avoid evaluation errors
This commit is contained in:
parent
bddf342631
commit
8953fb5e7d
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user