1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perl-CatalystPluginStatusMessage: init at 1.002000

This commit is contained in:
Robert Helgesson 2015-10-31 01:24:23 +01:00
parent e6873044ac
commit a0bf01d5c1

View file

@ -1254,6 +1254,20 @@ let self = _self // overrides; _self = with self; {
};
};
CatalystPluginStatusMessage = buildPerlPackage rec {
name = "Catalyst-Plugin-StatusMessage-1.002000";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HK/HKCLARK/${name}.tar.gz";
sha256 = "649c894ab16f9f48ada8f9cc599a7ecbb8891ab3761ff6fd510520c6de407c1f";
};
propagatedBuildInputs = [ CatalystRuntime SubName strictures ];
meta = {
description = "Handle passing of status messages between screens of a web application";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
};
};
CatalystViewDownload = buildPerlPackage rec {
name = "Catalyst-View-Download-0.09";
src = fetchurl {