python39Packages.gcovr: add missing dependency
This commit is contained in:
parent
9177f704bd
commit
a4cdaede17
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, jinja2
|
, jinja2
|
||||||
, lxml
|
, lxml
|
||||||
|
, pygments
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
jinja2
|
jinja2
|
||||||
lxml
|
lxml
|
||||||
|
pygments
|
||||||
];
|
];
|
||||||
|
|
||||||
# There are no unit tests in the pypi tarball. Most of the unit tests on the
|
# There are no unit tests in the pypi tarball. Most of the unit tests on the
|
||||||
|
@ -35,5 +37,4 @@ buildPythonPackage rec {
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
homepage = "https://www.gcovr.com/";
|
homepage = "https://www.gcovr.com/";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue