Move maxima close to scilab. (applications/science/math)
Requested by Michael Raskin. svn path=/nixpkgs/trunk/; revision=12812
This commit is contained in:
@@ -6440,10 +6440,6 @@ let
|
|||||||
inherit fetchurl stdenv emacs;
|
inherit fetchurl stdenv emacs;
|
||||||
};
|
};
|
||||||
|
|
||||||
maxima = import ../applications/misc/maxima {
|
|
||||||
inherit fetchurl stdenv clisp;
|
|
||||||
};
|
|
||||||
|
|
||||||
mercurial = import ../applications/version-management/mercurial {
|
mercurial = import ../applications/version-management/mercurial {
|
||||||
inherit fetchurl stdenv python makeWrapper;
|
inherit fetchurl stdenv python makeWrapper;
|
||||||
};
|
};
|
||||||
@@ -7300,6 +7296,10 @@ let
|
|||||||
|
|
||||||
### SCIENCE / MATH
|
### SCIENCE / MATH
|
||||||
|
|
||||||
|
maxima = import ../applications/science/math/maxima {
|
||||||
|
inherit fetchurl stdenv clisp;
|
||||||
|
};
|
||||||
|
|
||||||
scilab = (import ../applications/science/math/scilab) {
|
scilab = (import ../applications/science/math/scilab) {
|
||||||
inherit stdenv fetchurl lib g77;
|
inherit stdenv fetchurl lib g77;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
|
|||||||
Reference in New Issue
Block a user