python3Packages.sat-tmp: Drop auto-added passthru.updateScript

nix-update doesn't handle mercurial sources.
This commit is contained in:
OPNA2608
2025-10-02 17:42:17 +02:00
parent 80c453ef3c
commit 373dbdcab5

View File

@@ -31,6 +31,9 @@ buildPythonPackage rec {
# no pytest tests exist
doCheck = false;
# Default-added updateScript doesn't handle Mercurial sources
passthru.updateScript = null;
meta = {
description = "Libervia temporary third party patches";
longDescription = ''