mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
[cpan2nix] perlPackages.LocaleMaketextSimple: removed built-in
This commit is contained in:
parent
26b3d823fb
commit
7b19af5f0d
1 changed files with 1 additions and 7 deletions
|
@ -8760,13 +8760,7 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
LocaleMaketextSimple = buildPerlPackage {
|
||||
name = "Locale-Maketext-Simple-0.21";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/J/JE/JESSE/Locale-Maketext-Simple-0.21.tar.gz;
|
||||
sha256 = "1ad9vh45j8c32nzkbjipinawyg1pnjckwlhsjqcqs47vyi8zy2dh";
|
||||
};
|
||||
};
|
||||
LocaleMaketextSimple = null; # part of Perl 5.22
|
||||
|
||||
LocaleMsgfmt = buildPerlPackage {
|
||||
name = "Locale-Msgfmt-0.15";
|
||||
|
|
Loading…
Reference in a new issue