From 4fead49e072a63f5363997ad3cf20674dd244a1d Mon Sep 17 00:00:00 2001 From: volth Date: Wed, 9 Sep 2020 09:13:49 +0000 Subject: [PATCH] [cpan2nix] perlPackages.HTMLRewriteAttributes: 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 6b50c5cfcccf..9bee9a9c8a6b 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -9089,7 +9089,7 @@ let url = "mirror://cpan/authors/id/T/TS/TSIBLEY/HTML-RewriteAttributes-0.05.tar.gz"; sha256 = "1808ec7cdf40d2708575fe6155a88f103b17fec77973a5831c2f24c250e7a58c"; }; - propagatedBuildInputs = [ HTMLParser URI ]; + propagatedBuildInputs = [ HTMLParser ]; meta = { description = "Concise attribute rewriting"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];