haskell-rethinkdb: disable Hydra builds as this package depends on broken 'protocol-buffers'
This commit is contained in:
parent
cf0e96d049
commit
aa99930950
@ -19,5 +19,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "RethinkDB driver for Haskell";
|
description = "RethinkDB driver for Haskell";
|
||||||
license = self.stdenv.lib.licenses.asl20;
|
license = self.stdenv.lib.licenses.asl20;
|
||||||
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