[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";
|
description = "Word wrap text by breaking long lines";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestDifferences ];
|
||||||
};
|
};
|
||||||
|
|
||||||
threads = buildPerlPackage rec {
|
threads = buildPerlPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user