perl-Perlosnames: init at 0.11

This commit is contained in:
Drew Hess 2017-11-09 11:21:57 -08:00
parent aec3326ca4
commit ef5c0ff54f
No known key found for this signature in database
GPG key ID: DEDAB57E001BD839

View file

@ -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 {
name = "Perl-Critic-1.130";
src = fetchurl {