Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Coq buildable on any Unix #2514

Merged
merged 1 commit into from
May 17, 2014
Merged

Make Coq buildable on any Unix #2514

merged 1 commit into from
May 17, 2014

Conversation

jwiegley
Copy link
Contributor

@jwiegley jwiegley commented May 5, 2014

No description provided.

@@ -55,6 +55,6 @@ stdenv.mkDerivation {
homepage = "http://coq.inria.fr";
license = "LGPL";
maintainers = with stdenv.lib.maintainers; [ roconnor thoughtpolice ];
platforms = stdenv.lib.platforms.linux;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here -- it might be better to use hydraPlatforms instead to get rid of the artificial platform restriction.

@edolstra
Copy link
Member

edolstra commented May 9, 2014

Does Coq actually build on any Unix?

@thoughtpolice
Copy link
Member

Yes, Coq should be fine on Unix - it just requires OCaml.

thoughtpolice added a commit that referenced this pull request May 17, 2014
Make Coq buildable on any Unix
@thoughtpolice thoughtpolice merged commit 453f93c into NixOS:master May 17, 2014
@jwiegley jwiegley deleted the coq branch December 17, 2017 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants