mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #156629 from siraben/coq-mainprogram
coq: add meta.mainProgram
This commit is contained in:
commit
3594565a7e
@ -204,5 +204,6 @@ self = stdenv.mkDerivation {
|
||||
branch = coq-version;
|
||||
maintainers = with maintainers; [ roconnor thoughtpolice vbgl Zimmi48 ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "coqide";
|
||||
};
|
||||
}; in self
|
||||
|
Loading…
Reference in New Issue
Block a user