about summary refs log tree commit diff
path: root/pkgs/development/python-modules/treq
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-11-10 00:52:53 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-31 01:09:25 +0100
commit760e23136acfc192fd9a51b6b3c63fbc0a0c999d (patch)
tree580b5353463a389247f8225b618091af816e329f /pkgs/development/python-modules/treq
parent01e8c649889a0a9493a38505023f7e33d98d8446 (diff)
treewide: *inputs are lists
Diffstat (limited to 'pkgs/development/python-modules/treq')
-rw-r--r--pkgs/development/python-modules/treq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/treq/default.nix b/pkgs/development/python-modules/treq/default.nix
index f49c7a0d24309..1d488eed4e1b7 100644
--- a/pkgs/development/python-modules/treq/default.nix
+++ b/pkgs/development/python-modules/treq/default.nix
@@ -17,9 +17,9 @@ buildPythonPackage rec {
     incremental
     service-identity
     twisted
+  ]
     # twisted [tls] requirements (we should find a way to list "extras")
-    twisted.extras.tls
-  ];
+    ++ twisted.extras.tls;
 
   checkInputs = [
     pep8