From 149f9897d5a66f6f1936a57fd1c84125c49bf90b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 28 Nov 2024 09:43:47 +0100 Subject: [PATCH] python312Packages.pytest-codspeed: fix typo --- pkgs/development/python-modules/pytest-codspeed/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-codspeed/default.nix b/pkgs/development/python-modules/pytest-codspeed/default.nix index f8c88f44065f2..edf811929e82f 100644 --- a/pkgs/development/python-modules/pytest-codspeed/default.nix +++ b/pkgs/development/python-modules/pytest-codspeed/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { build-system = [ hatchling ]; - buildInput = [ pytest ]; + buildInputs = [ pytest ]; dependencies = [ cffi