sticky: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 12:25:02 +01:00
parent f3b1413acd
commit b74eb82644
+1 -1
View File
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
];
preFixup = ''
buildPythonPath "$out $pythonPath"
buildPythonPath "$out ''${pythonPath[*]}"
gappsWrapperArgs+=(
--prefix PYTHONPATH : "$program_PYTHONPATH"