python313Packages.vat-moss: disable

Uses the dead and removed cgi battery.
This commit is contained in:
Martin Weinelt
2025-05-17 13:06:08 +02:00
parent 794b624e67
commit 6fc2efa54e
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
pythonAtLeast,
pytestCheckHook,
}:
@@ -11,6 +12,9 @@ buildPythonPackage rec {
version = "0.11.0";
format = "setuptools";
# uses the removed cgi battery
disabled = pythonAtLeast "3.13";
src = fetchFromGitHub {
owner = "raphaelm";
repo = "vat_moss-python";