add a few modules (needed for OOo)
svn path=/nixpkgs/trunk/; revision=4138
This commit is contained in:
parent
617cbc2b12
commit
b2b4f4960f
2 changed files with 18 additions and 0 deletions
9
pkgs/development/perl-modules/Archive-Zip/default.nix
Normal file
9
pkgs/development/perl-modules/Archive-Zip/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{fetchurl, perl}:
|
||||
|
||||
import ../generic perl {
|
||||
name = "Archive-Zip-1.16";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/id/S/SM/SMPETERS/Archive-Zip-1.16.tar.gz;
|
||||
md5 = "e28dff400d07b1659d659d8dde7071f1";
|
||||
};
|
||||
}
|
9
pkgs/development/perl-modules/Compress-Zlib/default.nix
Normal file
9
pkgs/development/perl-modules/Compress-Zlib/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{fetchurl, perl}:
|
||||
|
||||
import ../generic perl {
|
||||
name = "Compress-Zlib-1.41";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/Paul_Marquess/Compress-Zlib-1.41.tar.gz;
|
||||
md5 = "ac135b84a03e814734496777cf5e5722";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue