@@ -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
|
||||
|
||||
Reference in New Issue
Block a user