Skip to content

Commit

Permalink
perlPackages.LWPUserAgent: point to perlPackages.LWP
Browse files Browse the repository at this point in the history
  • Loading branch information
volth authored and rycee committed Mar 9, 2018
1 parent 922d55a commit 42cd03f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -8319,18 +8319,7 @@ let self = _self // overrides; _self = with self; {
};
};

LWPUserAgent = buildPerlPackage {
name = "LWP-UserAgent-6.05";
src = fetchurl {
url = mirror://cpan/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz;
sha256 = "08wgwyz7748pv5cyngxia0xl6nragfnhrp4p9s78xhgfyygpj9bv";
};
propagatedBuildInputs = [ EncodeLocale FileListing HTMLParser HTTPCookies HTTPDaemon HTTPDate HTTPNegotiate HTTPMessage LWPMediaTypes NetHTTP URI WWWRobotRules ];
meta = {
description = "The World-Wide Web library for Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
LWPUserAgent = LWP;

LWPUserAgentDetermined = buildPerlPackage {
name = "LWP-UserAgent-Determined-1.06";
Expand Down

0 comments on commit 42cd03f

Please sign in to comment.