python313Packages.dissect-squashfs: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-26 23:14:06 +01:00
committed by GitHub
parent af16d3cbb5
commit 10fa21f043
@@ -6,7 +6,6 @@
fetchFromGitHub,
lz4,
python-lzo,
pythonOlder,
setuptools,
setuptools-scm,
zstandard,
@@ -17,8 +16,6 @@ buildPythonPackage rec {
version = "1.11";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.squashfs";