mopidy: fix pygobject issues for dependent packages
This commit is contained in:
@@ -35,6 +35,10 @@ pythonPackages.buildPythonApplication rec {
|
||||
] ++ lib.optional (!stdenv.isDarwin) dbus-python
|
||||
);
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
# There are no tests
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user