diff --git a/pkgs/development/python-modules/dissect-target/default.nix b/pkgs/development/python-modules/dissect-target/default.nix index 9a81ca85a4bd..b8da32ecded7 100644 --- a/pkgs/development/python-modules/dissect-target/default.nix +++ b/pkgs/development/python-modules/dissect-target/default.nix @@ -34,6 +34,7 @@ paho-mqtt, pycryptodome, pytestCheckHook, + pythonAtLeast, ruamel-yaml, setuptools, setuptools-scm, @@ -55,6 +56,8 @@ buildPythonPackage rec { fetchLFS = true; }; + disabled = pythonAtLeast "3.14"; + postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "flow.record~=" "flow.record>="