Merge pull request #239327 from bobby285271/fix/xapp
python310Packages.xapp: fix update script
This commit is contained in:
commit
e56f8ed0a6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user