Skip to content

Commit

Permalink
rocksdb: properly fix #21215
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 3, 2017
1 parent 4ce88d8 commit 4bba954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/rocksdb/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ stdenv, fetchFromGitHub, fixDarwinDylibNames

# Optional Arguments
, snappy ? null, google-gflags ? null, zlib ? null, bzip2 ? null, lz4 ? null
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "1bxyykj13mw48yk108bkmxlfrp6bd95f27bysayax4lqxkgx0zzw";
};

buildInputs = [ snappy google-gflags zlib bzip2 lz4 malloc ];
buildInputs = [ snappy google-gflags zlib bzip2 lz4 malloc fixDarwinDylibNames ];

postPatch = ''
# Hack to fix typos
Expand Down

0 comments on commit 4bba954

Please sign in to comment.