perl-Net-OpenID-Consumer: add missing dependency on 'LWP'
This commit is contained in:
parent
8511c359d1
commit
13352be4fd
@ -3013,7 +3013,7 @@ rec {
|
||||
url = "mirror://cpan/authors/id/W/WR/WROG/${name}.tar.gz";
|
||||
sha256 = "4ab927b6756366fa4cef2b54088645849f32fc7e0cd8de0a50001bbf62946fd8";
|
||||
};
|
||||
propagatedBuildInputs = [ NetOpenIDCommon JSON ];
|
||||
propagatedBuildInputs = [ NetOpenIDCommon JSON LWP ];
|
||||
};
|
||||
|
||||
PackageDeprecationManager = buildPerlPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user