[staging] perlPackages: convert some modules to aliases

This commit is contained in:
volth 2018-06-08 13:24:37 +00:00 committed by GitHub
parent 2890ff777d
commit c45a28058d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";