3
0
Fork 0
forked from mirrors/nixpkgs

maxima: added buildInput 'texinfo' so that the reference documentation can be built

svn path=/nixpkgs/trunk/; revision=25797
This commit is contained in:
Peter Simons 2011-02-07 17:37:22 +00:00
parent 7795e5ec24
commit e0d871ba91

View file

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