Merge pull request #211409 from stigtsp/package/perl-yancy-init

perlPackages.Yancy: init at 1.088

authored by Doron Behar and committed by GitHub 858e5ea5 f6a82cce

+31
+31
pkgs/top-level/perl-packages.nix
··· 16105 }; 16106 }; 16107 16108 MojoliciousPluginMail = buildPerlModule { 16109 pname = "Mojolicious-Plugin-Mail"; 16110 version = "1.5"; ··· 28184 buildInputs = [ TestDeep TestWarn ]; 28185 meta = { 28186 description = "YAML 1.2 Processor"; 28187 license = with lib.licenses; [ artistic1 gpl1Plus ]; 28188 }; 28189 };
··· 16105 }; 16106 }; 16107 16108 + MojoliciousPluginI18N = buildPerlModule { 16109 + pname = "Mojolicious-Plugin-I18N"; 16110 + version = "1.6"; 16111 + src = fetchurl { 16112 + url = "mirror://cpan/authors/id/S/SH/SHARIFULN/Mojolicious-Plugin-I18N-1.6.tar.gz"; 16113 + hash = "sha256-Mvte+AN9lUt+zr71wbKyS0IKvYKXAjEvStQnlPUrUU0="; 16114 + }; 16115 + propagatedBuildInputs = [ Mojolicious ]; 16116 + meta = { 16117 + homepage = "https://github.com/sharifulin/Mojolicious-Plugin-I18N"; 16118 + description = "Internationalization Plugin for Mojolicious"; 16119 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 16120 + }; 16121 + }; 16122 + 16123 MojoliciousPluginMail = buildPerlModule { 16124 pname = "Mojolicious-Plugin-Mail"; 16125 version = "1.5"; ··· 28199 buildInputs = [ TestDeep TestWarn ]; 28200 meta = { 28201 description = "YAML 1.2 Processor"; 28202 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 28203 + }; 28204 + }; 28205 + 28206 + Yancy = buildPerlPackage { 28207 + pname = "Yancy"; 28208 + version = "1.088"; 28209 + src = fetchurl { 28210 + url = "mirror://cpan/authors/id/P/PR/PREACTION/Yancy-1.088.tar.gz"; 28211 + hash = "sha256-addqs5ilrGiQc0Paisybr9UZ+0x4WrAU7CagUhA2vSo="; 28212 + }; 28213 + buildInputs = [ FileShareDirInstall ]; 28214 + propagatedBuildInputs = [ ClassMethodModifiers JSONValidator Mojolicious MojoliciousPluginI18N MojoliciousPluginOpenAPI RoleTiny ]; 28215 + meta = { 28216 + homepage = "http://preaction.me/yancy/"; 28217 + description = "The Best Web Framework Deserves the Best CMS"; 28218 license = with lib.licenses; [ artistic1 gpl1Plus ]; 28219 }; 28220 };