haskell-ncurses: broken by update of c2hs

Upstream has been notified.
This commit is contained in:
Peter Simons 2014-09-01 16:18:09 +02:00
parent 3129fb3a11
commit bf197d6f58

View File

@ -15,5 +15,7 @@ cabal.mkDerivation (self: {
description = "Modernised bindings to GNU ncurses";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})