[cpan2nix] perlPackages.TextWrapper: cleanup

This commit is contained in:
volth 2018-04-07 07:55:35 +00:00
parent 5581beef71
commit 941137081f

View File

@ -15376,6 +15376,7 @@ let self = _self // overrides; _self = with self; {
description = "Word wrap text by breaking long lines";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestDifferences ];
};
threads = buildPerlPackage rec {