mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
[cpan2nix] perlPackages.UnicodeNormalize: removed built-in
This commit is contained in:
parent
a400a6e3bb
commit
8780d22f3d
@ -16959,17 +16959,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
UnicodeNormalize = buildPerlPackage rec {
|
UnicodeNormalize = null; # part of Perl 5.26
|
||||||
name = "Unicode-Normalize-1.25";
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://cpan/authors/id/K/KH/KHW/${name}.tar.gz";
|
|
||||||
sha256 = "00b33a75d3b356ade2e09391ea2d32fac881671c18b1eb26b9ca31273d5b046c";
|
|
||||||
};
|
|
||||||
meta = {
|
|
||||||
description = "Unicode Normalization Forms";
|
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
UnicodeString = buildPerlPackage rec {
|
UnicodeString = buildPerlPackage rec {
|
||||||
name = "Unicode-String-2.10";
|
name = "Unicode-String-2.10";
|
||||||
|
Loading…
Reference in New Issue
Block a user