From 33d317fc74424eacddfebc7905ed483ce74f1833 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 19 Apr 2026 14:49:28 +0300 Subject: [PATCH] tectonic-unwrapped: substitute Exec line with --replace-fail --- pkgs/by-name/te/tectonic-unwrapped/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/te/tectonic-unwrapped/package.nix b/pkgs/by-name/te/tectonic-unwrapped/package.nix index bce4aa2d1d38..7b8be90f7423 100644 --- a/pkgs/by-name/te/tectonic-unwrapped/package.nix +++ b/pkgs/by-name/te/tectonic-unwrapped/package.nix @@ -78,7 +78,7 @@ buildRustPackage (finalAttrs: { '' + lib.optionalString clangStdenv.hostPlatform.isLinux '' substituteInPlace dist/appimage/tectonic.desktop \ - --replace Exec=tectonic Exec=$out/bin/tectonic + --replace-fail Exec=tectonic Exec=$out/bin/tectonic install -Dm644 dist/appimage/tectonic.desktop -t $out/share/applications/ install -Dm644 dist/appimage/tectonic.svg -t $out/share/icons/hicolor/scalable/apps/ '';