diff --git a/pkgs/by-name/ca/carburetor/package.nix b/pkgs/by-name/ca/carburetor/package.nix index 9df7fcaa6f5a..4cccefa0e2c6 100644 --- a/pkgs/by-name/ca/carburetor/package.nix +++ b/pkgs/by-name/ca/carburetor/package.nix @@ -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[@]}") '';