mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
piston-cli: add python3Packages.more-itertools as dep
This commit is contained in:
parent
44b9dc7559
commit
7046e687bc
|
@ -9,7 +9,7 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "qvDGVJcaMXUajdUQWl4W1dost8k0PsS9XX/o8uQrtfY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ rich prompt_toolkit requests pygments pyyaml ];
|
||||
propagatedBuildInputs = with python3Packages; [ rich prompt_toolkit requests pygments pyyaml more-itertools ];
|
||||
|
||||
checkPhase = ''
|
||||
$out/bin/piston --help > /dev/null
|
||||
|
|
Loading…
Reference in a new issue