rocksdb-haskell: enable Hydra builds on Darwin
https://github.com/NixOS/cabal2nix/commit/ac3ba017bd4407bdc1e5d4565d8f9c5c9db5eff0 tells the automatic re-generation process to do the same thing in the next update. Required by https://github.com/NixOS/nixpkgs/issues/21215.
This commit is contained in:
@@ -149841,7 +149841,6 @@ self: {
|
|||||||
homepage = "http://github.com/agrafix/rocksdb-haskell";
|
homepage = "http://github.com/agrafix/rocksdb-haskell";
|
||||||
description = "Haskell bindings to RocksDB";
|
description = "Haskell bindings to RocksDB";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = [ "x86_64-linux" ];
|
|
||||||
}) {inherit (pkgs) rocksdb;};
|
}) {inherit (pkgs) rocksdb;};
|
||||||
|
|
||||||
"roguestar" = callPackage
|
"roguestar" = callPackage
|
||||||
|
|||||||
Reference in New Issue
Block a user