From a4cdaede17bea1339c4e607931fa938b8148a56c Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 12 Sep 2021 15:55:39 +0200 Subject: python39Packages.gcovr: add missing dependency --- pkgs/development/python-modules/gcovr/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gcovr/default.nix b/pkgs/development/python-modules/gcovr/default.nix index 71480ab2113..5e9b32048f1 100644 --- a/pkgs/development/python-modules/gcovr/default.nix +++ b/pkgs/development/python-modules/gcovr/default.nix @@ -3,6 +3,7 @@ , fetchPypi , jinja2 , lxml +, pygments }: buildPythonPackage rec { @@ -17,6 +18,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ jinja2 lxml + pygments ]; # 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; homepage = "https://www.gcovr.com/"; }; - } -- cgit 1.4.1