coq: add meta.mainProgram

main
Ben Siraphob 2 years ago
parent 1ea35d50d8
commit 6ad0e10dd3
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 1
      pkgs/applications/science/logic/coq/default.nix

@ -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…
Cancel
Save