Make Coq buildable on any Unix

This commit is contained in:
John Wiegley 2014-05-05 00:58:23 -05:00
parent 66bcd77f0e
commit 0a6b317071

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