dupeguru: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:10 +01:00
parent 8ab60df552
commit 9693640154
+1 -1
View File
@@ -67,7 +67,7 @@ python3Packages.buildPythonApplication rec {
# Executable in $out/bin is a symlink to $out/share/dupeguru/run.py
# so wrapPythonPrograms hook does not handle it automatically.
postFixup = ''
wrapPythonProgramsIn "$out/share/dupeguru" "$out $pythonPath"
wrapPythonProgramsIn "$out/share/dupeguru" "$out ''${pythonPath[*]}"
'';
meta = {