python313Packages.datafusion: fix build

fixes https://hydra.nixos.org/build/290691235
This commit is contained in:
Peder Bergebakken Sundt
2025-03-04 00:20:58 +01:00
parent 123dff69d2
commit 8152e5409d
@@ -69,7 +69,8 @@ buildPythonPackage rec {
dependencies = [
pyarrow
] ++ lib.optionals (pythonOlder "3.13") [ typing-extensions ];
typing-extensions
];
nativeCheckInputs = [
pytestCheckHook