Unverified Commit c7b9734f authored by Stefan Frijters's avatar Stefan Frijters
Browse files

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

parent 67c7921f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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