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
|
let
|
||||||
name = "maxima";
|
name = "maxima";
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
configureFlags="--infodir=$out/share/info --mandir=$out/share/man"
|
configureFlags="--infodir=$out/share/info --mandir=$out/share/man"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [clisp];
|
buildInputs = [clisp texinfo];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Maxima computer algebra system";
|
description = "Maxima computer algebra system";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user