treewide: *Inputs are flat lists

This commit is contained in:
Maximilian Bosch
2019-11-10 01:12:23 +01:00
committed by Jan Tojnar
parent 760e23136a
commit 839c0ea7a5
5 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ pythonPackages.buildPythonApplication rec {
pyzmq
requests
tornado_4
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) [
] ++ stdenv.lib.optionals (!pythonPackages.isPy3k) [
futures
] ++ extraInputs;