mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
move sage attribute
This commit is contained in:
parent
cd2c0e4e86
commit
70bdb61fcc
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue