Fix devShell build on non-NixOS with a different boost version
This commit is contained in:
parent
4a2b7cc68c
commit
ec9c1286ad
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
|
||||
configureFlags =
|
||||
lib.optionals stdenv.isLinux [
|
||||
"--with-boost=${boost}/lib"
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
"LDFLAGS=-fuse-ld=gold"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue