mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-rethinkdb: disable Hydra builds as this package depends on broken 'protocol-buffers'
This commit is contained in:
parent
cf0e96d049
commit
aa99930950
1 changed files with 1 additions and 0 deletions
|
@ -19,5 +19,6 @@ cabal.mkDerivation (self: {
|
|||
description = "RethinkDB driver for Haskell";
|
||||
license = self.stdenv.lib.licenses.asl20;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue