[cpan2nix] perlPackages.DeviceOUI: cleanup
This commit is contained in:
parent
3fea2409ff
commit
8f8d6abe99
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue