pluma: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
buildPythonPath "$pythonPath"
|
||||
buildPythonPath "''${pythonPath[*]}"
|
||||
patchPythonScript $out/lib/pluma/plugins/snippets/Snippet.py
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user