rocksdb-haskell: just compile rocksdb statically to fix #21215
This commit is contained in:
@@ -148676,7 +148676,7 @@ self: {
|
||||
homepage = "http://github.com/agrafix/rocksdb-haskell";
|
||||
description = "Haskell bindings to RocksDB";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [ "x86_64-darwin" "x86_64-linux" ];
|
||||
}) {inherit (pkgs) rocksdb;};
|
||||
|
||||
"roguestar" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user