carburetor: set the binary path in desktop file exec command

This commit is contained in:
mksafavi
2025-07-22 17:03:37 +03:30
parent fb8a0a2879
commit 35c1d426c1
+2
View File
@@ -62,6 +62,8 @@ python3Packages.buildPythonApplication {
dontWrapGApps = true;
preFixup = ''
substituteInPlace $out/share/applications/io.frama.tractor.carburetor.desktop \
--replace-fail "Exec=gapplication launch io.frama.tractor.carburetor" "Exec=$out/bin/carburetor"
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';