summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-10-02 01:18:30 +0000
committervolth <volth@volth.com>2018-10-02 01:18:30 +0000
commitf7864bbab1411b0c4c882646327e50b00568eafe (patch)
treec2b2f59c422de165710681d5fa7f888d62577a1f /pkgs/top-level/perl-packages.nix
parentd8418d75b588ada024dab2a5db8e827896d4038f (diff)
downloadnixlib-f7864bbab1411b0c4c882646327e50b00568eafe.tar
nixlib-f7864bbab1411b0c4c882646327e50b00568eafe.tar.gz
nixlib-f7864bbab1411b0c4c882646327e50b00568eafe.tar.bz2
nixlib-f7864bbab1411b0c4c882646327e50b00568eafe.tar.lz
nixlib-f7864bbab1411b0c4c882646327e50b00568eafe.tar.xz
nixlib-f7864bbab1411b0c4c882646327e50b00568eafe.tar.zst
nixlib-f7864bbab1411b0c4c882646327e50b00568eafe.zip
[cpan2nix] perlPackages.XMLXPath: cleanup
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 8f40dfd12dbd..73342fafaa08 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -17526,7 +17526,7 @@ let
       sha256 = "9e6ac67c2cead5f918a060b8b9ccdbdcaa6d610be8517bba42a96cd56748b512";
     };
     buildInputs = [ PathTiny ];
-    propagatedBuildInputs = [ ScalarListUtils XMLParser ];
+    propagatedBuildInputs = [ XMLParser ];
     meta = {
       description = "Modules for parsing and evaluating XPath statements";
       license = stdenv.lib.licenses.artistic2;