turtle: add meld to runtime PATH

This commit is contained in:
aleksana
2026-01-16 23:46:47 +08:00
parent 3ddc79bb91
commit d8b4e4e98e
+4 -1
View File
@@ -58,7 +58,10 @@ python3Packages.buildPythonApplication rec {
dontWrapPythonPrograms = true;
postFixup = ''
makeWrapperArgs+=(''${gappsWrapperArgs[@]})
makeWrapperArgs+=(
''${gappsWrapperArgs[@]}
--prefix PATH : ${lib.makeBinPath [ meld ]}
)
wrapPythonPrograms
''
# Dialogs are not imported, but executed. The same does