Merge pull request #211409 from stigtsp/package/perl-yancy-init
perlPackages.Yancy: init at 1.088
This commit is contained in:
commit
858e5ea522
@ -16105,6 +16105,21 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
MojoliciousPluginI18N = buildPerlModule {
|
||||
pname = "Mojolicious-Plugin-I18N";
|
||||
version = "1.6";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHARIFULN/Mojolicious-Plugin-I18N-1.6.tar.gz";
|
||||
hash = "sha256-Mvte+AN9lUt+zr71wbKyS0IKvYKXAjEvStQnlPUrUU0=";
|
||||
};
|
||||
propagatedBuildInputs = [ Mojolicious ];
|
||||
meta = {
|
||||
homepage = "https://github.com/sharifulin/Mojolicious-Plugin-I18N";
|
||||
description = "Internationalization Plugin for Mojolicious";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
MojoliciousPluginMail = buildPerlModule {
|
||||
pname = "Mojolicious-Plugin-Mail";
|
||||
version = "1.5";
|
||||
@ -28188,6 +28203,22 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
Yancy = buildPerlPackage {
|
||||
pname = "Yancy";
|
||||
version = "1.088";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PR/PREACTION/Yancy-1.088.tar.gz";
|
||||
hash = "sha256-addqs5ilrGiQc0Paisybr9UZ+0x4WrAU7CagUhA2vSo=";
|
||||
};
|
||||
buildInputs = [ FileShareDirInstall ];
|
||||
propagatedBuildInputs = [ ClassMethodModifiers JSONValidator Mojolicious MojoliciousPluginI18N MojoliciousPluginOpenAPI RoleTiny ];
|
||||
meta = {
|
||||
homepage = "http://preaction.me/yancy/";
|
||||
description = "The Best Web Framework Deserves the Best CMS";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
WebMachine = buildPerlPackage {
|
||||
pname = "Web-Machine";
|
||||
version = "0.17";
|
||||
|
Loading…
Reference in New Issue
Block a user