diff --git a/pkgs/development/python-modules/fpdf2/default.nix b/pkgs/development/python-modules/fpdf2/default.nix index f2c6bd602056..6ed3c3b46f90 100644 --- a/pkgs/development/python-modules/fpdf2/default.nix +++ b/pkgs/development/python-modules/fpdf2/default.nix @@ -6,6 +6,7 @@ fetchFromGitHub, fonttools, lxml, + pikepdf, pillow, pytest-cov-stub, pytestCheckHook, @@ -37,6 +38,7 @@ buildPythonPackage rec { nativeCheckInputs = [ camelot lxml + pikepdf pytest-cov-stub pytestCheckHook qrcode