From 79374625cf50f9166cb6fc0621174c21bb3e546c Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 10 Nov 2015 21:15:47 +0100 Subject: [PATCH] perl-Catalyst-View-CSV: init at 1.7 --- pkgs/top-level/perl-packages.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 55036b0f8f8..53d8058fb30 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -1270,6 +1270,21 @@ let self = _self // overrides; _self = with self; { }; }; + CatalystViewCSV = buildPerlPackage rec { + name = "Catalyst-View-CSV-1.7"; + src = fetchurl { + url = "mirror://cpan/authors/id/M/MC/MCB/${name}.tar.gz"; + sha256 = "e41326b6099891f244b432921ed10096ac619f32b8c4f8b41633313bd54662db"; + }; + buildInputs = [ CatalystActionRenderView CatalystModelDBICSchema CatalystPluginConfigLoader CatalystRuntime CatalystXComponentTraits ConfigGeneral DBDSQLite DBIxClass Moose TestException ]; + propagatedBuildInputs = [ CatalystRuntime TextCSV URI ]; + meta = { + description = "CSV view class"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + maintainers = [ maintainers.rycee ]; + }; + }; + CatalystViewDownload = buildPerlPackage rec { name = "Catalyst-View-Download-0.09"; src = fetchurl {