mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
conan: Reformat inputs list
This commit is contained in:
parent
ce12576dd0
commit
3a158da8e8
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user