kicad: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 12:25:01 +01:00
parent 1c579fbe6f
commit 22178dcf04
+1 -1
View File
@@ -283,7 +283,7 @@ stdenv.mkDerivation rec {
(concatStringsSep "\n" (flatten [
"runHook preInstall"
(optionalString withScripting "buildPythonPath \"${base} $pythonPath\" \n")
(optionalString withScripting ''buildPythonPath "${base} ''${pythonPath[*]}"'')
# wrap each of the directly usable tools
(map (