From c5a4ce386d74f408725ebf417b36e6b3c2652b68 Mon Sep 17 00:00:00 2001 From: volth Date: Sat, 25 Aug 2018 12:55:37 +0000 Subject: [PATCH] [cpan2nix] perlPackages.RESTClient: cleanup --- pkgs/top-level/perl-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];