Skip to content

Commit

Permalink
nix: explicitly configure rocksdb in default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
bqv authored May 15, 2020
1 parent 72f9fcb commit 3b927c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
"--with-boost-libdir=${pkgs.boost.out}/lib"
"--with-boost=${pkgs.boost.dev}"
"--with-magic-file=${pkgs.file}/share/misc/magic.mgc"
"--with-rocksdb-includes=${pkgs.rocksdb.src}"
"--with-rocksdb-libs=${pkgs.rocksdb.out}"
] ++ lib.optional useJemalloc "--enable-jemalloc"
++ lib.optional withGraphicsMagick [
"--with-imagemagick-includes=${pkgs.graphicsmagick}/include/GraphicsMagick"
Expand Down

0 comments on commit 3b927c5

Please sign in to comment.