Restrict platforms to what is known to work.

This commit is contained in:
Michael Raskin
2017-11-06 01:25:04 +00:00
committed by GitHub
parent fe68ba81d2
commit 85eac6ff73
@@ -177,7 +177,7 @@ stdenv.mkDerivation rec {
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab. Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
''; '';
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ timokau ]; maintainers = with stdenv.lib.maintainers; [ timokau ];
}; };
} }