haskell-yi-custom: broken = true for now

This commit is contained in:
Mateusz Kowalczyk 2014-10-15 06:08:18 +01:00
parent a21d3b67e5
commit 5badd8445e
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ cabal.mkDerivation (self: rec {
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
# The wrapper does not yet work properly if we actually try to use it.
broken = true;
};
})