python3Packages.nbconflux: fix build

This commit is contained in:
Sigmanificient
2026-03-23 07:36:36 +01:00
parent e23feebdb9
commit b0c586b89c
@@ -2,11 +2,14 @@
lib,
buildPythonPackage,
fetchFromGitHub,
bleach,
html5lib,
nbconvert,
pytestCheckHook,
requests,
responses,
setuptools,
traitlets,
versioneer,
}:
@@ -28,8 +31,11 @@ buildPythonPackage rec {
];
dependencies = [
bleach
html5lib
nbconvert
requests
traitlets
];
nativeCheckInputs = [