cmake-format: Fix missing dependency (#118388)
This commit is contained in:
parent
4d35b9c98a
commit
63d6d99f6d
|
@ -6,6 +6,7 @@
|
|||
, jinja2
|
||||
, pylint
|
||||
, pyyaml
|
||||
, six
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
@ -21,7 +22,7 @@ buildPythonApplication rec {
|
|||
sha256 = "0kmggnfbv6bba75l3zfzqwk0swi90brjka307m2kcz2w35kr8jvn";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ autopep8 flake8 jinja2 pylint pyyaml ];
|
||||
propagatedBuildInputs = [ autopep8 flake8 jinja2 pylint pyyaml six ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue