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:
parent
7795e5ec24
commit
e0d871ba91
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue