Unverified Commit d97724ac authored by Stig Palmquist's avatar Stig Palmquist
Browse files

perlPackages.Yancy: init at 1.088

parent ea9bc335
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -27758,6 +27758,22 @@ let
    };
  };
  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";