mission-planner: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:43:15 +01:00
parent 3731890ea9
commit 039e73bbd1
+1 -1
View File
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
runHook postUnpack
'';
AOT_FILES = [
env.AOT_FILES = toString [
"MissionPlanner.exe"
"MissionPlanner.*.dll"
];