typst: set mainProgram

This commit is contained in:
Daniel Nagy 2023-08-26 16:30:00 +02:00
parent faeb7ac63a
commit d9a6e4d41b
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -49,5 +49,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/typst/typst/releases/tag/${src.rev}";
license = licenses.asl20;
maintainers = with maintainers; [ drupol figsoda kanashimia ];
mainProgram = "typst";
};
}