Fix updated maxima build
svn path=/nixpkgs/trunk/; revision=25799
This commit is contained in:
parent
65968c289a
commit
662fa0a13b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user