haskell-protocol-buffers: mark as broken

Fails due to Typeable changes. Notified the author.
This commit is contained in:
Mateusz Kowalczyk 2014-08-11 00:39:48 +02:00 committed by Peter Simons
parent 4eb3731752
commit 22f13c2611

View file

@ -12,5 +12,7 @@ cabal.mkDerivation (self: {
description = "Parse Google Protocol Buffer specifications";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})