edk2: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters 2026-02-14 12:19:39 +01:00
parent 67c7921fcf
commit c7b9734f4a
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -169,7 +169,7 @@ stdenv.mkDerivation (finalAttrs: {
++ attrs.nativeBuildInputs or [ ];
strictDeps = true;
${"GCC5_${targetArch}_PREFIX"} = stdenv.cc.targetPrefix;
env.${"GCC5_${targetArch}_PREFIX"} = stdenv.cc.targetPrefix;
prePatch = ''
rm -rf BaseTools