3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #2514 from jwiegley/coq

Make Coq buildable on any Unix
This commit is contained in:
Austin Seipp 2014-05-17 14:49:57 -05:00
commit 453f93cc92

View file

@ -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;
};
}