lol

gpodder: unpin python311

+5 -4
+5 -4
pkgs/by-name/gp/gpodder/package.nix
··· 6 6 gobject-introspection, 7 7 gtk3, 8 8 intltool, 9 - python311Packages, 9 + python3Packages, 10 10 wrapGAppsHook3, 11 11 xdg-utils, 12 12 }: 13 13 14 - python311Packages.buildPythonApplication rec { 14 + python3Packages.buildPythonApplication rec { 15 15 pname = "gpodder"; 16 16 version = "3.11.4"; 17 17 format = "other"; ··· 35 35 intltool 36 36 wrapGAppsHook3 37 37 gobject-introspection 38 + python3Packages.distutils 38 39 ]; 39 40 40 41 buildInputs = [ ··· 42 43 adwaita-icon-theme 43 44 ]; 44 45 45 - nativeCheckInputs = with python311Packages; [ 46 + nativeCheckInputs = with python3Packages; [ 46 47 minimock 47 48 pytest 48 49 pytest-httpserver ··· 51 52 52 53 doCheck = true; 53 54 54 - propagatedBuildInputs = with python311Packages; [ 55 + propagatedBuildInputs = with python3Packages; [ 55 56 feedparser 56 57 dbus-python 57 58 mygpoclient