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:
Vladimír Čunát 2025-07-26 07:51:31 +02:00
parent 8ee4547a01
commit a9f580d6bb
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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;