From 4f2529ac468accc26a5b02fcbb45fd9c3ee13698 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 24 Aug 2025 10:25:38 +0200 Subject: [PATCH] python313Packages.fpdf2: add missing input --- pkgs/development/python-modules/fpdf2/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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