haskell-protocol-buffers: mark as broken
Fails due to Typeable changes. Notified the author.
This commit is contained in:
parent
4eb3731752
commit
22f13c2611
@ -12,5 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Parse Google Protocol Buffer specifications";
|
description = "Parse Google Protocol Buffer specifications";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user