mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
typst: set mainProgram
This commit is contained in:
parent
faeb7ac63a
commit
d9a6e4d41b
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user