mopidy: fix pygobject issues for dependent packages
This commit is contained in:
parent
7efff89f83
commit
0e4abf696b
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ pythonPackages.buildPythonApplication rec {
|
||||||
] ++ lib.optional (!stdenv.isDarwin) dbus-python
|
] ++ lib.optional (!stdenv.isDarwin) dbus-python
|
||||||
);
|
);
|
||||||
|
|
||||||
|
propagatedNativeBuildInputs = [
|
||||||
|
gobject-introspection
|
||||||
|
];
|
||||||
|
|
||||||
# There are no tests
|
# There are no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue