From 3a158da8e82f13a0e9108767f118be7579f27248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Sun, 22 Mar 2020 15:45:49 +0100 Subject: [PATCH] conan: Reformat inputs list --- .../tools/build-managers/conan/default.nix | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/build-managers/conan/default.nix b/pkgs/development/tools/build-managers/conan/default.nix index 59b1b14ac5f..281945dd02b 100644 --- a/pkgs/development/tools/build-managers/conan/default.nix +++ b/pkgs/development/tools/build-managers/conan/default.nix @@ -50,9 +50,22 @@ in newPython.pkgs.buildPythonApplication rec { }; propagatedBuildInputs = with newPython.pkgs; [ - colorama deprecation distro fasteners bottle - future node-semver patch pygments pluginbase - pyjwt pylint pyyaml requests six tqdm + bottle + colorama + deprecation + distro + fasteners + future + node-semver + patch + pluginbase + pygments + pyjwt + pylint + pyyaml + requests + six + tqdm ]; checkInputs = [