Move maxima close to scilab. (applications/science/math)

Requested by Michael Raskin.

svn path=/nixpkgs/trunk/; revision=12812
This commit is contained in:
Nicolas Pierron 2008-09-05 17:21:45 +00:00
parent 125cddcb06
commit 6c4a6e83b4
2 changed files with 4 additions and 4 deletions

View File

@ -6440,10 +6440,6 @@ let
inherit fetchurl stdenv emacs;
};
maxima = import ../applications/misc/maxima {
inherit fetchurl stdenv clisp;
};
mercurial = import ../applications/version-management/mercurial {
inherit fetchurl stdenv python makeWrapper;
};
@ -7300,6 +7296,10 @@ let
### SCIENCE / MATH
maxima = import ../applications/science/math/maxima {
inherit fetchurl stdenv clisp;
};
scilab = (import ../applications/science/math/scilab) {
inherit stdenv fetchurl lib g77;
inherit (gtkLibs) gtk;