texpresso: fix `nextonic` symlink (#381454)

authored by Gaétan Lepage and committed by GitHub 171b4780 43760263

+8
+8
pkgs/tools/typesetting/tex/texpresso/tectonic.nix
··· 18 18 cargoHash = "sha256-mqhbIv5r/5EDRDfP2BymXv9se2NCKxzRGqNqwqbD9A0="; 19 19 # binary has a different name, bundled tests won't work 20 20 doCheck = false; 21 + postInstall = '' 22 + ${args.postInstall or ""} 23 + 24 + # Remove the broken `nextonic` symlink 25 + # It points to `tectonic`, which doesn't exist because the exe is 26 + # renamed to texpresso-tonic 27 + rm $out/bin/nextonic 28 + ''; 21 29 meta.mainProgram = "texpresso-tonic"; 22 30 } 23 31 );