3
0
Fork 0
forked from mirrors/nixpkgs

Archive::Cpio: Add to channel

This commit is contained in:
Eelco Dolstra 2014-04-15 12:49:25 +02:00
parent 00372ca638
commit 9646ddc5a3

View file

@ -206,6 +206,10 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/P/PI/PIXEL/Archive-Cpio-0.09.tar.gz;
sha256 = "1cf8k5zjykdbc1mn8lixlkij6jklwn6divzyq2grycj3rpd36g5c";
};
meta = {
description = "Module for manipulations of cpio archives";
platforms = stdenv.lib.platforms.linux;
};
};
ArchiveZip = buildPerlPackage {