Merge pull request #41688 from volth/patch-143

[staging] perlPackages: convert some modules to aliases
This commit is contained in:
Jörg Thalheim 2018-06-08 15:42:06 +01:00 committed by GitHub
commit 9dfb0b2db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 15 deletions

View File

@ -1464,21 +1464,7 @@ let self = _self // overrides; _self = with self; {
};
};
CatalystPluginUnicodeEncoding = buildPerlPackage {
name = "Catalyst-Plugin-Unicode-Encoding-1.9";
src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Unicode-Encoding-1.9.tar.gz;
sha256 = "1glxkh79zz71bmgk44hnhsi37z2mgxcwf7bkmwlnwv3jh1iaz0ah";
};
buildInputs = [ HTTPMessage IOStringy ];
propagatedBuildInputs = [ CatalystRuntime ClassDataInheritable LWP TryTiny URI ];
meta = {
description = "Unicode aware Catalyst";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ ];
platforms = stdenv.lib.platforms.unix;
};
};
CatalystPluginUnicodeEncoding = CatalystRuntime;
CatalystPluginHTMLWidget = buildPerlPackage rec {
name = "Catalyst-Plugin-HTML-Widget-1.1";