mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
nix: update shell.nix configureFlags
This commit is contained in:
parent
3b927c5f7c
commit
3ebad48c4f
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ let
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-generic"
|
"--enable-generic"
|
||||||
"--with-custom-branding=nix"
|
|
||||||
"--with-custom-version=dev"
|
|
||||||
"--with-boost-libdir=${pkgs.boost.out}/lib"
|
"--with-boost-libdir=${pkgs.boost.out}/lib"
|
||||||
"--with-boost=${pkgs.boost.dev}"
|
"--with-boost=${pkgs.boost.dev}"
|
||||||
"--with-magic-file=${pkgs.file}/share/misc/magic.mgc"
|
"--with-magic-file=${pkgs.file}/share/misc/magic.mgc"
|
||||||
|
"--with-rocksdb-includes=${pkgs.rocksdb.src}"
|
||||||
|
"--with-rocksdb-libs=${pkgs.rocksdb.out}"
|
||||||
"--enable-jemalloc"
|
"--enable-jemalloc"
|
||||||
"--with-imagemagick-includes=${pkgs.graphicsmagick}/include/GraphicsMagick"
|
"--with-imagemagick-includes=${pkgs.graphicsmagick}/include/GraphicsMagick"
|
||||||
"--with-log-level=DEBUG"
|
"--with-log-level=DEBUG"
|
||||||
|
|
Loading…
Reference in a new issue