python3Packages.xapp: Skip bulk update

This should be bumped as part of Cinnamon update.
This commit is contained in:
Bobby Rong
2024-06-05 21:43:15 +08:00
parent 33c2a871a2
commit 3182dcecd7
@@ -55,7 +55,10 @@ buildPythonPackage rec {
doCheck = false;
pythonImportsCheck = [ "xapp" ];
passthru.updateScript = gitUpdater { ignoredVersions = "^master.*"; };
passthru = {
updateScript = gitUpdater { ignoredVersions = "^master.*"; };
skipBulkUpdate = true; # This should be bumped as part of Cinnamon update.
};
meta = with lib; {
homepage = "https://github.com/linuxmint/python-xapp";