nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

nix-update doesn't handle mercurial sources.

OPNA2608 373dbdca 80c453ef

+3
+3
pkgs/development/python-modules/sat-tmp/default.nix
··· 31 31 # no pytest tests exist 32 32 doCheck = false; 33 33 34 + # Default-added updateScript doesn't handle Mercurial sources 35 + passthru.updateScript = null; 36 + 34 37 meta = { 35 38 description = "Libervia temporary third party patches"; 36 39 longDescription = ''