aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/sieve-connect
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-12-18 17:02:01 +0000
committerGitHub <noreply@github.com>2018-12-18 17:02:01 +0000
commit1148ce1b601fd0e64088458014cecd08bc2b8e1e (patch)
tree85c2ac7367280f38cdbb4c92ab316bd36b18572b /pkgs/applications/networking/sieve-connect
parent59ec6b559d0af8ab790f533cc206363ebb34cf84 (diff)
parent6d2edfb0b86927319de59dcd6c98f9a66cd57f65 (diff)
Merge pull request #52062 from volth/perl526-drop
perl526: drop
Diffstat (limited to 'pkgs/applications/networking/sieve-connect')
-rw-r--r--pkgs/applications/networking/sieve-connect/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sieve-connect/default.nix b/pkgs/applications/networking/sieve-connect/default.nix
index 78910d1ecf6e..472a26274f87 100644
--- a/pkgs/applications/networking/sieve-connect/default.nix
+++ b/pkgs/applications/networking/sieve-connect/default.nix
@@ -29,7 +29,7 @@
wrapProgram $out/bin/sieve-connect \
--prefix PERL5LIB : "${stdenv.lib.makePerlPath (with perlPackages; [
- AuthenSASL Socket6 IOSocketInet6 IOSocketSSL NetSSLeay NetDNS PodUsage
+ AuthenSASL Socket6 IOSocketInet6 IOSocketSSL NetSSLeay NetDNS
TermReadKey TermReadLineGnu ])}"
'';