gpodder: fix crash on startup due missing GI_TYPELIB_PATH

This commit is contained in:
Jörg Thalheim 2018-01-18 13:35:02 +00:00
parent 38538f3206
commit 3fe396db27

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
, glibcLocales, gnome3, gtk3, wrapGAppsHook
, ipodSupport ? false, libgpod
, ipodSupport ? false, libgpod, gobjectIntrospection
}:
python3Packages.buildPythonApplication rec {
@ -22,14 +22,11 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
intltool
python3Packages.wrapPython
wrapGAppsHook
glibcLocales
];
buildInputs = [
python3
];
buildInputs = [ python3 gobjectIntrospection ];
checkInputs = with python3Packages; [
coverage minimock