mopidy: fix pygobject issues for dependent packages

This commit is contained in:
Lily Foster
2022-08-01 15:54:34 +02:00
committed by Franz Pletz
parent 7efff89f83
commit 0e4abf696b
@@ -35,6 +35,10 @@ pythonPackages.buildPythonApplication rec {
] ++ lib.optional (!stdenv.isDarwin) dbus-python
);
propagatedNativeBuildInputs = [
gobject-introspection
];
# There are no tests
doCheck = false;