about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-06-04 16:04:38 +0000
committervolth <volth@volth.com>2018-06-04 16:04:38 +0000
commit185e2a9809fcc3da5dc65123f3f2c234727a3e44 (patch)
tree65cfad4e6f91ca71a79958ef3fc7b90b4630f250 /pkgs/top-level
parent7623dac139ab794b4daf1a3f4f7384159b9724e7 (diff)
downloadnixlib-185e2a9809fcc3da5dc65123f3f2c234727a3e44.tar
nixlib-185e2a9809fcc3da5dc65123f3f2c234727a3e44.tar.gz
nixlib-185e2a9809fcc3da5dc65123f3f2c234727a3e44.tar.bz2
nixlib-185e2a9809fcc3da5dc65123f3f2c234727a3e44.tar.lz
nixlib-185e2a9809fcc3da5dc65123f3f2c234727a3e44.tar.xz
nixlib-185e2a9809fcc3da5dc65123f3f2c234727a3e44.tar.zst
nixlib-185e2a9809fcc3da5dc65123f3f2c234727a3e44.zip
[cpan2nix] perlPackages.PodSimple: cleanup
Diffstat (limited to 'pkgs/top-level')
-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 a61645c2cfa3..27c652b40c20 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -13076,7 +13076,6 @@ let self = _self // overrides; _self = with self; {
       url = mirror://cpan/authors/id/K/KH/KHW/Pod-Simple-3.35.tar.gz;
       sha256 = "0gg11ibbc02l2aw0bsv4jx0jax8z0apgfy3p5csqnvhlsb6218cr";
     };
-    propagatedBuildInputs = [ TextTabsWrap ];
   };
 
   PodSpell = buildPerlPackage rec {