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 = [