[cpan2nix] perlPackages.HTMLWidget: cleanup
This commit is contained in:
parent
6d84df5961
commit
d6748863bc
1 changed files with 2 additions and 5 deletions
|
@ -7170,11 +7170,8 @@ let self = _self // overrides; _self = with self; {
|
|||
sha256 = "02w21rd30cza094m5xs9clzw8ayigbhg2ddzl6jycp4jam0dyhmy";
|
||||
};
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
TestNoWarnings ClassAccessor ClassAccessorChained
|
||||
ClassDataAccessor ModulePluggableFast HTMLTree
|
||||
HTMLScrubber EmailValid DateCalc
|
||||
];
|
||||
propagatedBuildInputs = [ ClassAccessorChained ClassDataAccessor DateCalc EmailValid HTMLScrubber HTMLTree ModulePluggableFast ];
|
||||
buildInputs = [ TestNoWarnings ];
|
||||
};
|
||||
|
||||
HTTPBody = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in a new issue