python311Packages.testbook: fix build

This commit is contained in:
Patka 2024-02-10 21:27:02 +01:00
parent 08872ec38b
commit 33cb7d5387
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
, ipykernel
, pandas
, pytestCheckHook
, setuptools
, traitlets
}:
@ -29,6 +30,10 @@ buildPythonPackage rec {
nbformat
];
nativeBuildInputs = [
setuptools
];
nativeCheckInputs = [
ipykernel
pandas