Skip to content

Commit

Permalink
gpodder: fix crash on startup due missing GI_TYPELIB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 18, 2018
1 parent 38538f3 commit 3fe396d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/applications/audio/gpodder/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
, glibcLocales, gnome3, gtk3, wrapGAppsHook
, ipodSupport ? false, libgpod
, ipodSupport ? false, libgpod, gobjectIntrospection
}:

python3Packages.buildPythonApplication rec {
Expand All @@ -22,14 +22,11 @@ python3Packages.buildPythonApplication rec {

nativeBuildInputs = [
intltool
python3Packages.wrapPython
wrapGAppsHook
glibcLocales
];

buildInputs = [
python3
];
buildInputs = [ python3 gobjectIntrospection ];

checkInputs = with python3Packages; [
coverage minimock
Expand Down

0 comments on commit 3fe396d

Please sign in to comment.