We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2a8f8 commit 0c876aeCopy full SHA for 0c876ae
pkgs/by-name/gp/gpodder/package.nix
@@ -13,14 +13,14 @@
13
14
python3Packages.buildPythonApplication rec {
15
pname = "gpodder";
16
- version = "3.11.4";
+ version = "3.11.5";
17
format = "other";
18
19
src = fetchFromGitHub {
20
owner = "gpodder";
21
repo = "gpodder";
22
rev = version;
23
- sha256 = "kEhyV1o8VSQW9qMx6m5avj6LnJuVTONDd6msRuc8t/4=";
+ hash = "sha256-Hhk9JeHMg+FrekiNXP6Q8loCtst+FHT4EJTnh64VOhc=";
24
};
25
26
patches = [
@@ -31,6 +31,13 @@ python3Packages.buildPythonApplication rec {
31
sed -i -re 's,^( *gpodder_dir *= *).*,\1"'"$out"'",' bin/gpodder
32
'';
33
34
+ build-system = with python3Packages; [
35
+ setuptools
36
+ build
37
+ installer
38
+ wheel
39
+ ];
40
+
41
nativeBuildInputs = [
42
intltool
43
wrapGAppsHook3
0 commit comments