Restrict platforms to what is known to work.

wip/yesman
Michael Raskin 7 years ago committed by GitHub
parent fe68ba81d2
commit 85eac6ff73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/science/math/sage/default.nix

@ -177,7 +177,7 @@ stdenv.mkDerivation rec {
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
'';
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ timokau ];
};
}

Loading…
Cancel
Save