gpodder: 3.11.4 -> 3.11.5

fix error imp for python3.12+
Update build system
This commit is contained in:
Further
2025-06-15 14:53:55 +08:00
committed by ifurther
parent 5f2a8f8b57
commit 0c876aeffe
+9 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "gpodder";
version = "3.11.4";
version = "3.11.5";
format = "other";
src = fetchFromGitHub {
owner = "gpodder";
repo = "gpodder";
rev = version;
sha256 = "kEhyV1o8VSQW9qMx6m5avj6LnJuVTONDd6msRuc8t/4=";
hash = "sha256-Hhk9JeHMg+FrekiNXP6Q8loCtst+FHT4EJTnh64VOhc=";
};
patches = [
@@ -31,6 +31,13 @@ python3Packages.buildPythonApplication rec {
sed -i -re 's,^( *gpodder_dir *= *).*,\1"'"$out"'",' bin/gpodder
'';
build-system = with python3Packages; [
setuptools
build
installer
wheel
];
nativeBuildInputs = [
intltool
wrapGAppsHook3