perl-Archive-Cpio: 0.09 -> 0.10
Also add license field.
This commit is contained in:
parent
26256b7cea
commit
b6bd555c66
@ -394,14 +394,16 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ArchiveCpio = buildPerlPackage {
|
ArchiveCpio = buildPerlPackage rec {
|
||||||
name = "Archive-Cpio-0.09";
|
name = "Archive-Cpio-0.10";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/P/PI/PIXEL/Archive-Cpio-0.09.tar.gz;
|
url = "mirror://cpan/authors/id/P/PI/PIXEL/${name}.tar.gz";
|
||||||
sha256 = "1cf8k5zjykdbc1mn8lixlkij6jklwn6divzyq2grycj3rpd36g5c";
|
sha256 = "246fb31669764e78336b2191134122e07c44f2d82dc4f37d552ab28f8668bed3";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Module for manipulations of cpio archives";
|
description = "Module for manipulations of cpio archives";
|
||||||
|
# See https://rt.cpan.org/Public/Bug/Display.html?id=43597#txn-569710
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user