about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-10-02 01:12:31 +0000
committervolth <volth@volth.com>2018-10-02 01:12:31 +0000
commit8621415289becc0ef8ab4aee2e4d07894702007d (patch)
tree3a901176c81ca0950cb36ce30cbed0ff18e44c10 /pkgs
parent55b6cad5376186affaebc2d990515ad5f1cef1c1 (diff)
downloadnixlib-8621415289becc0ef8ab4aee2e4d07894702007d.tar
nixlib-8621415289becc0ef8ab4aee2e4d07894702007d.tar.gz
nixlib-8621415289becc0ef8ab4aee2e4d07894702007d.tar.bz2
nixlib-8621415289becc0ef8ab4aee2e4d07894702007d.tar.lz
nixlib-8621415289becc0ef8ab4aee2e4d07894702007d.tar.xz
nixlib-8621415289becc0ef8ab4aee2e4d07894702007d.tar.zst
nixlib-8621415289becc0ef8ab4aee2e4d07894702007d.zip
[cpan2nix] perlPackages.ArchiveExtract: cleanup
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 18ca62c02b04..2d4490731327 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -493,7 +493,6 @@ let
       url = "mirror://cpan/authors/id/B/BI/BINGOS/${name}.tar.gz";
       sha256 = "25cbc2d5626c14d39a0b5e4fe8383941e085c9a7e0aa873d86e81b6e709025f4";
     };
-    propagatedBuildInputs = [ ModuleLoadConditional ];
     meta = {
       description = "Generic archive extracting mechanism";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];