perl-Perlosnames: init at 0.11
This commit is contained in:
parent
aec3326ca4
commit
ef5c0ff54f
@ -10917,6 +10917,19 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Perlosnames = buildPerlPackage rec {
|
||||||
|
name = "Perl-osnames-0.11";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/P/PE/PERLANCAR/${name}.tar.gz";
|
||||||
|
sha256 = "fb22a1ed59dc2311f7f1ffca5685d90c0600020467f624f57b4dd3dba5bc659b";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
homepage = https://metacpan.org/release/Perl-osnames;
|
||||||
|
description = "List possible $^O ($OSNAME) values, with description";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
PerlCritic = buildPerlModule rec {
|
PerlCritic = buildPerlModule rec {
|
||||||
name = "Perl-Critic-1.130";
|
name = "Perl-Critic-1.130";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user