perl-Catalyst-Devel: cleanup

+5 -5
+5 -5
pkgs/top-level/perl-packages.nix
··· 993 }; 994 }; 995 996 - CatalystDevel = buildPerlPackage { 997 name = "Catalyst-Devel-1.39"; 998 src = fetchurl { 999 - url = mirror://cpan/authors/id/I/IL/ILMARI/Catalyst-Devel-1.39.tar.gz; 1000 - sha256 = "12m50bbkggjmpxihv3wnvr0g2qng0zwhlzi5ygppjz8wh2x73qxw"; 1001 }; 1002 buildInputs = [ TestFatal ]; 1003 - propagatedBuildInputs = [ CatalystRuntime CatalystActionRenderView CatalystPluginConfigLoader CatalystPluginStaticSimple ConfigGeneral FileChangeNotify FileCopyRecursive FileShareDir ModuleInstall Moose MooseXDaemonize MooseXEmulateClassAccessorFast namespaceautoclean namespaceclean PathClass Starman TemplateToolkit ]; 1004 meta = { 1005 homepage = http://dev.catalyst.perl.org/; 1006 description = "Catalyst Development Tools"; 1007 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1008 - platforms = stdenv.lib.platforms.linux; 1009 }; 1010 }; 1011
··· 993 }; 994 }; 995 996 + CatalystDevel = buildPerlPackage rec { 997 name = "Catalyst-Devel-1.39"; 998 src = fetchurl { 999 + url = "mirror://cpan/authors/id/I/IL/ILMARI/${name}.tar.gz"; 1000 + sha256 = "bce371ba801c7d79eff3257e0af907cf62f140de968f0d63bf55be37d702a58a"; 1001 }; 1002 buildInputs = [ TestFatal ]; 1003 + propagatedBuildInputs = [ CatalystActionRenderView CatalystPluginConfigLoader CatalystPluginStaticSimple CatalystRuntime ConfigGeneral FileChangeNotify FileCopyRecursive FileShareDir ModuleInstall Moose MooseXDaemonize MooseXEmulateClassAccessorFast PathClass TemplateToolkit Starman namespaceautoclean namespaceclean ]; 1004 meta = { 1005 homepage = http://dev.catalyst.perl.org/; 1006 description = "Catalyst Development Tools"; 1007 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1008 + platforms = stdenv.lib.platforms.all; 1009 }; 1010 }; 1011