···1313 ./nlojet_clang_fix.patch
1414 ];
15151616+ # error: no member named 'finite' in the global namespace; did you mean simply 'finite'?
1717+ NIX_CFLAGS_COMPILE = lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) "-Dfinite=isfinite";
1818+1619 meta = {
1720 homepage = "http://www.desy.de/~znagy/Site/NLOJet++.html";
1821 license = lib.licenses.gpl2;
1922 description = "Implementation of calculation of the hadron jet cross sections";
2023 platforms = lib.platforms.unix;
2124 maintainers = with lib.maintainers; [ veprbl ];
2222- # never built on aarch64-darwin since first introduction in nixpkgs
2323- broken = stdenv.isDarwin && stdenv.isAarch64;
2425 };
2526}