about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-09 01:22:03 +0200
committerGitHub <noreply@github.com>2022-05-09 01:22:03 +0200
commit884ba7d525878c1e4b29596c0b2a7e1598c3a3b9 (patch)
treefac224961731c794e887e86d08768411c47c0388 /pkgs/tools
parent0db8be50dbfff2ba465c145cfeeb8886c285166d (diff)
parenta2675e7e293fe53d9ab3b0ac47b8814cf2c2adcb (diff)
Merge pull request #171354 from dotlambda/trytond-6.4.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/p2p/tahoe-lafs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/p2p/tahoe-lafs/default.nix b/pkgs/tools/networking/p2p/tahoe-lafs/default.nix
index b0f4cd1f788a4..938bfa1dcd610 100644
--- a/pkgs/tools/networking/p2p/tahoe-lafs/default.nix
+++ b/pkgs/tools/networking/p2p/tahoe-lafs/default.nix
@@ -60,7 +60,8 @@ python3Packages.buildPythonApplication rec {
     html5lib magic-wormhole netifaces pyasn1 pycrypto pyutil pyyaml recommonmark
     service-identity simplejson sphinx_rtd_theme testtools treq twisted zfec
     zope_interface
-  ];
+  ] ++ twisted.extras-require.tls
+    ++ twisted.extras-require.conch;
 
   checkInputs = with python3Packages; [ mock hypothesis twisted ];