python3Packages.xapp: Skip bulk update
This should be bumped as part of Cinnamon update.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user