Unverified Commit a9f580d6 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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.
parent 8ee4547a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;