Merge pull request #329230 from squalus/gpodder

gpodder: fix build
This commit is contained in:
Aleksana
2024-07-24 11:35:49 +08:00
committed by GitHub
+4 -6
View File
@@ -6,13 +6,12 @@
, gobject-introspection
, gtk3
, intltool
, python3
, python3Packages
, python311Packages
, wrapGAppsHook3
, xdg-utils
}:
python3Packages.buildPythonApplication rec {
python311Packages.buildPythonApplication rec {
pname = "gpodder";
version = "3.11.4";
format = "other";
@@ -40,12 +39,11 @@ python3Packages.buildPythonApplication rec {
];
buildInputs = [
python3
gtk3
adwaita-icon-theme
];
nativeCheckInputs = with python3Packages; [
nativeCheckInputs = with python311Packages; [
minimock
pytest
pytest-httpserver
@@ -54,7 +52,7 @@ python3Packages.buildPythonApplication rec {
doCheck = true;
propagatedBuildInputs = with python3Packages; [
propagatedBuildInputs = with python311Packages; [
feedparser
dbus-python
mygpoclient