summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVonfry <3413119+Vonfry@users.noreply.github.com>2019-12-26 19:30:57 +0800
committerlewo <lewo@abesis.fr>2019-12-26 12:30:57 +0100
commit8b6bb39d39af180332dc9a2a6a83049d1ed53ad7 (patch)
tree1eda6782db7e86dedf24eea750050f7998ee5462 /pkgs
parent6756cc69c5ccd6177f2f09db852cc2d0621b08ab (diff)
downloadnixpkgs-8b6bb39d39af180332dc9a2a6a83049d1ed53ad7.tar
nixpkgs-8b6bb39d39af180332dc9a2a6a83049d1ed53ad7.tar.gz
nixpkgs-8b6bb39d39af180332dc9a2a6a83049d1ed53ad7.tar.bz2
nixpkgs-8b6bb39d39af180332dc9a2a6a83049d1ed53ad7.tar.lz
nixpkgs-8b6bb39d39af180332dc9a2a6a83049d1ed53ad7.tar.xz
nixpkgs-8b6bb39d39af180332dc9a2a6a83049d1ed53ad7.tar.zst
nixpkgs-8b6bb39d39af180332dc9a2a6a83049d1ed53ad7.zip
offlineimap: add proxy dependency (#76347)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/offlineimap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/offlineimap/default.nix b/pkgs/tools/networking/offlineimap/default.nix
index a14f8187b7d..f0e0bb805de 100644
--- a/pkgs/tools/networking/offlineimap/default.nix
+++ b/pkgs/tools/networking/offlineimap/default.nix
@@ -23,7 +23,7 @@ python2Packages.buildPythonApplication rec {
   doCheck = false;
 
   nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xsl ];
-  propagatedBuildInputs = with python2Packages; [ six kerberos rfc6555 ];
+  propagatedBuildInputs = with python2Packages; [ six kerberos rfc6555 pysocks ];
 
   postInstall = ''
     make -C docs man