move sage attribute

This commit is contained in:
Thomas Tuegel 2015-10-10 12:55:43 -05:00
parent cd2c0e4e86
commit 70bdb61fcc

View file

@ -14276,10 +14276,10 @@ let
mathematica = callPackage ../applications/science/math/mathematica { };
mathematica9 = callPackage ../applications/science/math/mathematica/9.nix { };
sage = callPackage ../applications/science/math/sage { };
metis = callPackage ../development/libraries/science/math/metis {};
sage = callPackage ../applications/science/math/sage { };
suitesparse_4_2 = callPackage ../development/libraries/science/math/suitesparse/4.2.nix { };
suitesparse_4_4 = callPackage ../development/libraries/science/math/suitesparse {};
suitesparse = suitesparse_4_4;