python313Packages.dissect-fat: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-23 21:48:20 +01:00
committed by GitHub
parent bff11e3dee
commit ef492f9617
@@ -6,7 +6,6 @@
fetchFromGitHub,
setuptools,
setuptools-scm,
pythonOlder,
}:
buildPythonPackage rec {
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.fat";