[cpan2nix] perlPackages.EncodeDetect: cleanup
This commit is contained in:
parent
01dd7ea881
commit
5545520597
@ -4891,14 +4891,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
EncodeDetect = buildPerlPackage rec {
|
EncodeDetect = buildPerlModule rec {
|
||||||
name = "Encode-Detect-1.01";
|
name = "Encode-Detect-1.01";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/J/JG/JGMYERS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/J/JG/JGMYERS/${name}.tar.gz";
|
||||||
sha256 = "834d893aa7db6ce3f158afbd0e432d6ed15a276e0940db0a74be13fd9c4bbbf1";
|
sha256 = "834d893aa7db6ce3f158afbd0e432d6ed15a276e0940db0a74be13fd9c4bbbf1";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgs.ld-is-cc-hook ];
|
nativeBuildInputs = [ pkgs.ld-is-cc-hook ];
|
||||||
propagatedBuildInputs = [ ModuleBuild ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An Encode::Encoding subclass that detects the encoding of data";
|
description = "An Encode::Encoding subclass that detects the encoding of data";
|
||||||
license = stdenv.lib.licenses.free;
|
license = stdenv.lib.licenses.free;
|
||||||
|
Loading…
Reference in New Issue
Block a user