Skip to content

Commit

Permalink
nix: update shell.nix configureFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
bqv authored May 15, 2020
1 parent 3b927c5 commit 3ebad48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ebad48

Please sign in to comment.