mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
OOo needs Perl too...
svn path=/nixpkgs/trunk/; revision=4137
This commit is contained in:
parent
fcf7bd3dc6
commit
617cbc2b12
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, pam, python, tcsh, libxslt}:
|
||||
{stdenv, fetchurl, pam, python, tcsh, libxslt, perl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "openoffice.org-2.0.0";
|
||||
|
@ -7,5 +7,5 @@ stdenv.mkDerivation {
|
|||
url = ftp://ftp.nluug.nl/pub/office/openoffice/stable/2.0.0/OOo_2.0.0_src.tar.gz;
|
||||
md5 = "a68933afc2bf432d11b2043ac99ba0aa";
|
||||
};
|
||||
buildInputs = [pam python tcsh libxslt];
|
||||
buildInputs = [pam python tcsh libxslt perl];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue