gpodder: fix crash on startup due missing GI_TYPELIB_PATH

+2 -5
+2 -5
pkgs/applications/audio/gpodder/default.nix
··· 1 { stdenv, fetchFromGitHub, python3, python3Packages, intltool 2 , glibcLocales, gnome3, gtk3, wrapGAppsHook 3 - , ipodSupport ? false, libgpod 4 }: 5 6 python3Packages.buildPythonApplication rec { ··· 22 23 nativeBuildInputs = [ 24 intltool 25 - python3Packages.wrapPython 26 wrapGAppsHook 27 glibcLocales 28 ]; 29 30 - buildInputs = [ 31 - python3 32 - ]; 33 34 checkInputs = with python3Packages; [ 35 coverage minimock
··· 1 { stdenv, fetchFromGitHub, python3, python3Packages, intltool 2 , glibcLocales, gnome3, gtk3, wrapGAppsHook 3 + , ipodSupport ? false, libgpod, gobjectIntrospection 4 }: 5 6 python3Packages.buildPythonApplication rec { ··· 22 23 nativeBuildInputs = [ 24 intltool 25 wrapGAppsHook 26 glibcLocales 27 ]; 28 29 + buildInputs = [ python3 gobjectIntrospection ]; 30 31 checkInputs = with python3Packages; [ 32 coverage minimock