[cpan2nix] perlPackages.TextRecordParser: cleanup
This commit is contained in:
parent
ce6b5ac8ee
commit
9ca56799df
1 changed files with 2 additions and 3 deletions
|
@ -15386,9 +15386,8 @@ let self = _self // overrides; _self = with self; {
|
|||
# at /etc/fonts/font.conf is not available.
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = [ TestException IOStringy ClassAccessor Readonly
|
||||
ListMoreUtils TestPod TestPodCoverage GraphViz ReadonlyXS
|
||||
TextTabularDisplay];
|
||||
propagatedBuildInputs = [ ClassAccessor IOStringy ListMoreUtils Readonly TextAutoformat ];
|
||||
buildInputs = [ TestException ];
|
||||
};
|
||||
|
||||
TextReform = buildPerlModule {
|
||||
|
|
Loading…
Reference in a new issue