mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Move maxima close to scilab. (applications/science/math)
Requested by Michael Raskin. svn path=/nixpkgs/trunk/; revision=12812
This commit is contained in:
parent
125cddcb06
commit
6c4a6e83b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user