sage: mark as broken

This commit is contained in:
Robin Gloster
2017-03-30 11:35:36 +02:00
parent 2b7128808d
commit f87de53883

View File

@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.sagemath.org";
description = "A free open source mathematics software system";
license = stdenv.lib.licenses.gpl2Plus;
broken = true;
};
}