diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index bc67aa45928..a03dff5c3ce 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -13216,7 +13216,7 @@ let url = "mirror://cpan/authors/id/K/KK/KKANE/${name}.tar.gz"; sha256 = "a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844"; }; - propagatedBuildInputs = [ LWP LWPProtocolhttps URI ]; + propagatedBuildInputs = [ LWPProtocolHttps ]; meta = { description = "A simple client for interacting with RESTful http/https resources"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];