gpodder: fix crash on startup due missing GI_TYPELIB_PATH
This commit is contained in:
parent
38538f3206
commit
3fe396db27
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
|
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
|
||||||
, glibcLocales, gnome3, gtk3, wrapGAppsHook
|
, glibcLocales, gnome3, gtk3, wrapGAppsHook
|
||||||
, ipodSupport ? false, libgpod
|
, ipodSupport ? false, libgpod, gobjectIntrospection
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
@ -22,14 +22,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
intltool
|
intltool
|
||||||
python3Packages.wrapPython
|
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
glibcLocales
|
glibcLocales
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [ python3 gobjectIntrospection ];
|
||||||
python3
|
|
||||||
];
|
|
||||||
|
|
||||||
checkInputs = with python3Packages; [
|
checkInputs = with python3Packages; [
|
||||||
coverage minimock
|
coverage minimock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user