mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
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";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user