Added maxima
svn path=/nixpkgs/trunk/; revision=9372
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "maxima-5.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
name = "maxima-5.13.0.tar.gz";
|
||||
url = http://downloads.sourceforge.net/maxima/maxima-5.13.0.tar.gz?modtime=1188046120&big_mirror=1;
|
||||
sha256 = "11zidbbp4cbgsmdfyf9w0j7345ydka469ba0my7p73zqhnby09cn";
|
||||
};
|
||||
|
||||
buildInputs =[clisp];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Maxima computer algebra system
|
||||
";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user