pluma: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 12:25:02 +01:00
parent e292550e78
commit 976b7b1bc4
+1 -1
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
];
postFixup = ''
buildPythonPath "$pythonPath"
buildPythonPath "''${pythonPath[*]}"
patchPythonScript $out/lib/pluma/plugins/snippets/Snippet.py
'';