Unverified Commit 3f8637da authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.dissect-ffs: remove disabled

parent b95827d2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  setuptools,
  setuptools-scm,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -15,8 +14,6 @@ buildPythonPackage rec {
  version = "3.12";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.ffs";