Fix updated maxima build

svn path=/nixpkgs/trunk/; revision=25799
This commit is contained in:
Michael Raskin 2011-02-08 10:35:58 +00:00
parent 65968c289a
commit 662fa0a13b

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, clisp, texinfo }:
{ stdenv, fetchurl, clisp, texinfo, perl }:
let
name = "maxima";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
configureFlags="--infodir=$out/share/info --mandir=$out/share/man"
'';
buildInputs = [clisp texinfo];
buildInputs = [clisp texinfo perl];
meta = {
description = "Maxima computer algebra system";