lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+4
+4
pkgs/by-name/xm/xml-tooling-c/package.nix
··· 36 36 pkg-config 37 37 ]; 38 38 39 + configureFlags = [ 40 + "--with-boost=${boost.dev}" 41 + ]; 42 + 39 43 env.NIX_CFLAGS_COMPILE = lib.optionalString (!stdenv.hostPlatform.isDarwin) "-std=c++14"; 40 44 41 45 enableParallelBuilding = true;