add a few modules (needed for OOo)

svn path=/nixpkgs/trunk/; revision=4138
This commit is contained in:
Armijn Hemel 2005-10-26 10:57:26 +00:00
parent 617cbc2b12
commit b2b4f4960f
2 changed files with 18 additions and 0 deletions

View 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";
};
}

View 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";
};
}