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";
|
description = "A Haskell backend kernel for the IPython project";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [ edwtjo ];
|
||||||
broken = true;
|
broken = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user