geis: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 12:25:00 +01:00
parent fb201bd331
commit 79f998a7bc
+1 -1
View File
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
preFixup = ''
buildPythonPath "$out $pythonPath"
buildPythonPath "$out ''${pythonPath[*]}"
gappsWrapperArgs+=(--set PYTHONPATH "$program_PYTHONPATH")
'';