mirror of
https://github.com/matrix-construct/construct
synced 2024-12-23 22:13:55 +01:00
nix: explicitly configure rocksdb in default.nix
This commit is contained in:
parent
72f9fcb01f
commit
3b927c5f7c
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue