mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
[cpan2nix] perlPackages.TextWrapper: cleanup
This commit is contained in:
parent
5581beef71
commit
941137081f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user