Skip to content

Commit

Permalink
haskellPackages: disable some hydra builds
Browse files Browse the repository at this point in the history
for fsnotify-conduit, powerqueue-distributed, rocksdb-haskell
  • Loading branch information
xeji committed Apr 13, 2018
1 parent c1dc24b commit 8945d59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/hackage-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77768,6 +77768,7 @@ self: {
homepage = "https://github.com/fpco/fsnotify-conduit#readme";
description = "Get filesystem notifications as a stream of events";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};

"fst" = callPackage
Expand Down Expand Up @@ -163414,6 +163415,7 @@ self: {
homepage = "https://github.com/agrafix/powerqueue#readme";
description = "A distributed worker backend for powerqueu";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};

"powerqueue-levelmem" = callPackage
Expand Down Expand Up @@ -176616,6 +176618,7 @@ self: {
homepage = "http://github.com/serokell/rocksdb-haskell";
description = "Haskell bindings to RocksDB";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) rocksdb;};

"roguestar" = callPackage
Expand Down

0 comments on commit 8945d59

Please sign in to comment.