haskell-gloss-banana: broken by recent gloss update

This commit is contained in:
Peter Simons
2014-12-16 13:33:51 +01:00
parent ce4d3a78ad
commit 9f4bb630d9

View File

@@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ twey ];
broken = true;
};
})