Skip to content

Commit 0c876ae

Browse files
committed
gpodder: 3.11.4 -> 3.11.5
fix error imp for python3.12+ Update build system
1 parent 5f2a8f8 commit 0c876ae

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pkgs/by-name/gp/gpodder/package.nix

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
python3Packages.buildPythonApplication rec {
1515
pname = "gpodder";
16-
version = "3.11.4";
16+
version = "3.11.5";
1717
format = "other";
1818

1919
src = fetchFromGitHub {
2020
owner = "gpodder";
2121
repo = "gpodder";
2222
rev = version;
23-
sha256 = "kEhyV1o8VSQW9qMx6m5avj6LnJuVTONDd6msRuc8t/4=";
23+
hash = "sha256-Hhk9JeHMg+FrekiNXP6Q8loCtst+FHT4EJTnh64VOhc=";
2424
};
2525

2626
patches = [
@@ -31,6 +31,13 @@ python3Packages.buildPythonApplication rec {
3131
sed -i -re 's,^( *gpodder_dir *= *).*,\1"'"$out"'",' bin/gpodder
3232
'';
3333

34+
build-system = with python3Packages; [
35+
setuptools
36+
build
37+
installer
38+
wheel
39+
];
40+
3441
nativeBuildInputs = [
3542
intltool
3643
wrapGAppsHook3

0 commit comments

Comments
 (0)