haskell-protocol-buffers-descriptor: disable Hydra builds as this package depends on broken 'protocol-buffers'
This commit is contained in:
parent
a145018218
commit
3f46615a6e
@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification";
|
description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification";
|
||||||
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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user