3
0
Fork 0
forked from mirrors/nixpkgs

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:
Peter Simons 2016-12-25 12:47:09 +01:00
parent 77d495b078
commit 7cd5ef772b

View file

@ -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