forked from mirrors/nixpkgs
perl-Hook-LexWrap: 0.24 -> 0.25
Also add meta section.
This commit is contained in:
parent
ccaa568071
commit
b9f7bb15e5
|
@ -5452,12 +5452,17 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
HookLexWrap = buildPerlPackage rec {
|
||||
name = "Hook-LexWrap-0.24";
|
||||
name = "Hook-LexWrap-0.25";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CH/CHORNY/${name}.tar.gz";
|
||||
sha256 = "0nyfirbdrgs2cknifqr1pf8xd5q9xnv91gy7jha4crp1hjqvihj4";
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "08ab9af6bd9b4560702d9d994ad9d905af0c2fd24090d1480ff640f137c1430d";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny pkgs.unzip ];
|
||||
meta = {
|
||||
homepage = https://github.com/chorny/Hook-LexWrap;
|
||||
description = "Lexically scoped subroutine wrappers";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
buildInputs = [ pkgs.unzip ];
|
||||
};
|
||||
|
||||
HTMLElementExtended = buildPerlPackage {
|
||||
|
|
Loading…
Reference in a new issue