mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 14:04:52 +00:00
rocksdb-haskell: enable Hydra builds on Darwin
ac3ba017bd
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:
parent
77d495b078
commit
7cd5ef772b
@ -149841,7 +149841,6 @@ self: {
|
||||
homepage = "http://github.com/agrafix/rocksdb-haskell";
|
||||
description = "Haskell bindings to RocksDB";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
}) {inherit (pkgs) rocksdb;};
|
||||
|
||||
"roguestar" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user