Move maxima close to scilab. (applications/science/math)
Requested by Michael Raskin. svn path=/nixpkgs/trunk/; revision=12812
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "maxima-5.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
name = "maxima-5.13.0.tar.gz";
|
||||
url = mirror://sf/maxima/maxima-5.13.0.tar.gz;
|
||||
sha256 = "11zidbbp4cbgsmdfyf9w0j7345ydka469ba0my7p73zqhnby09cn";
|
||||
};
|
||||
|
||||
buildInputs =[clisp];
|
||||
|
||||
meta = {
|
||||
description = "Maxima computer algebra system";
|
||||
homepage = http://maxima.sourceforge.net;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user