saxon: use stdenvNoCC instead of stdenv

This commit is contained in:
Alexis Hildebrandt
2025-03-13 09:24:22 +01:00
parent 975fb24de6
commit 723f9b5d88
@@ -1,6 +1,6 @@
{
lib,
stdenv,
stdenvNoCC,
fetchurl,
unzip,
jre,
@@ -27,7 +27,7 @@ let
license ? lib.licenses.mpl20,
updateScript ? null,
}:
stdenv.mkDerivation (
stdenvNoCC.mkDerivation (
finalAttrs:
let
mainProgram = if prog == null then pname else prog;