[cpan2nix] perlPackages.TextWrapI18N: cleanup

This commit is contained in:
volth 2018-04-07 07:54:40 +00:00
parent bfdd4fec62
commit e717f7055e

View file

@ -15271,7 +15271,7 @@ let self = _self // overrides; _self = with self; {
TextWrapI18N = buildPerlPackage {
name = "Text-WrapI18N-0.06";
src = fetchurl {
url = http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-WrapI18N-0.06.tar.gz;
url = mirror://cpan/authors/id/K/KU/KUBOTA/Text-WrapI18N-0.06.tar.gz;
sha256 = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488";
};
propagatedBuildInputs = [ pkgs.glibc TextCharWidth ];