xml-tooling-c: fix finding boost
https://hydra.nixos.org/build/303058121/nixlog/2/tail It's similar to a few other packages in this staging-next cycle.
This commit is contained in:
parent
8ee4547a01
commit
a9f580d6bb
@ -36,6 +36,10 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--with-boost=${boost.dev}"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString (!stdenv.hostPlatform.isDarwin) "-std=c++14";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user