[cpan2nix] perlPackages.DeviceOUI: cleanup

This commit is contained in:
volth 2019-10-22 07:10:46 +00:00
parent 3fea2409ff
commit 8f8d6abe99
1 changed files with 1 additions and 1 deletions

View File

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