Merge pull request #2514 from jwiegley/coq
Make Coq buildable on any Unix
This commit is contained in:
commit
453f93cc92
@ -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;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user