Merge pull request #239327 from bobby285271/fix/xapp

python310Packages.xapp: fix update script
This commit is contained in:
Bobby Rong 2023-06-23 18:48:30 +08:00 committed by GitHub
commit e56f8ed0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
, gobject-introspection
, xapp
, polkit
, gitUpdater
}:
buildPythonPackage rec {
@ -53,6 +54,10 @@ buildPythonPackage rec {
doCheck = false;
pythonImportsCheck = [ "xapp" ];
passthru.updateScript = gitUpdater {
ignoredVersions = "^master.*";
};
meta = with lib; {
homepage = "https://github.com/linuxmint/python-xapp";
description = "Cross-desktop libraries and common resources for python";