Merge pull request #128727 from ethancedwards8/piston-cli-deps
piston-cli: add python3Packages.more-itertools as dep
This commit is contained in:
commit
d6978a5b5d
1 changed files with 1 additions and 1 deletions
|
@ -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