haskell-protocol-buffers-descriptor: disable Hydra builds as this package depends on broken 'protocol-buffers'

This commit is contained in:
Peter Simons 2014-08-11 14:12:21 +02:00
parent a145018218
commit 3f46615a6e

View File

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})