···18 cargoHash = "sha256-mqhbIv5r/5EDRDfP2BymXv9se2NCKxzRGqNqwqbD9A0=";
19 # binary has a different name, bundled tests won't work
20 doCheck = false;
0000000021 meta.mainProgram = "texpresso-tonic";
22 }
23 );
···18 cargoHash = "sha256-mqhbIv5r/5EDRDfP2BymXv9se2NCKxzRGqNqwqbD9A0=";
19 # binary has a different name, bundled tests won't work
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+ '';
29 meta.mainProgram = "texpresso-tonic";
30 }
31 );