mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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 {
|
||||
name = "Perl-Critic-1.130";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user