[cpan2nix] perlPackages.DeviceOUI: cleanup

This commit is contained in:
volth 2019-10-22 07:10:46 +00:00
parent 3fea2409ff
commit 8f8d6abe99

View file

@ -4699,7 +4699,7 @@ let
};
buildInputs = [ TestException ];
patches = [ ../development/perl-modules/Device-OUI-1.04-hash.patch ];
propagatedBuildInputs = [ ClassAccessorGrouped SubExporter LWP ];
propagatedBuildInputs = [ ClassAccessorGrouped LWP SubExporter ];
meta = {
description = "Resolve an Organizationally Unique Identifier";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];