typst: set mainProgram
This commit is contained in:
parent
faeb7ac63a
commit
d9a6e4d41b
1 changed files with 1 additions and 0 deletions
|
@ -49,5 +49,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
changelog = "https://github.com/typst/typst/releases/tag/${src.rev}";
|
changelog = "https://github.com/typst/typst/releases/tag/${src.rev}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ drupol figsoda kanashimia ];
|
maintainers = with maintainers; [ drupol figsoda kanashimia ];
|
||||||
|
mainProgram = "typst";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue