From 3ebad48c4ffdd189cccacf839fe07be9caca3832 Mon Sep 17 00:00:00 2001 From: Tony O <822863+bqv@users.noreply.github.com> Date: Fri, 15 May 2020 22:52:38 +0100 Subject: [PATCH] nix: update shell.nix configureFlags --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index c2409b16f..2cd8e3635 100644 --- a/shell.nix +++ b/shell.nix @@ -5,11 +5,11 @@ let configureFlags = [ "--enable-generic" - "--with-custom-branding=nix" - "--with-custom-version=dev" "--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}" "--enable-jemalloc" "--with-imagemagick-includes=${pkgs.graphicsmagick}/include/GraphicsMagick" "--with-log-level=DEBUG"