Loading pkgs/by-name/ca/castxml/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,14 @@ stdenv.mkDerivation (finalAttrs: { strictDeps = true; # darwin clang adds `-isysroot` when $SDKROOT is set. this confuses the # regular expressions for the disabled tests below. checkPhase = '' runHook preCheck ctest -E 'cmd.cc-gnu-(src-cxx|c-src-c)-cmd' -j $NIX_BUILD_CORES runHook postCheck ''; passthru.tests = testers.testVersion { package = finalAttrs.finalPackage; }; meta = { Loading Loading
pkgs/by-name/ca/castxml/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,14 @@ stdenv.mkDerivation (finalAttrs: { strictDeps = true; # darwin clang adds `-isysroot` when $SDKROOT is set. this confuses the # regular expressions for the disabled tests below. checkPhase = '' runHook preCheck ctest -E 'cmd.cc-gnu-(src-cxx|c-src-c)-cmd' -j $NIX_BUILD_CORES runHook postCheck ''; passthru.tests = testers.testVersion { package = finalAttrs.finalPackage; }; meta = { Loading