Merge pull request #161525 from j0hax/tectonic-next

tectonic: include symlink to V2 interface
This commit is contained in:
Jörg Thalheim 2022-02-23 22:11:40 +00:00 committed by GitHub
commit 1b65bfc672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,8 @@ rustPlatform.buildRustPackage rec {
--replace Exec=tectonic Exec=$out/bin/tectonic
install -D dist/appimage/tectonic.desktop -t $out/share/applications/
install -D dist/appimage/tectonic.svg -t $out/share/icons/hicolor/scalable/apps/
ln -s $out/bin/tectonic $out/bin/nextonic
'';
doCheck = true;