mopidy: fix pygobject issues for dependent packages

This commit is contained in:
Lily Foster 2022-07-30 13:04:40 -04:00 committed by Franz Pletz
parent 7efff89f83
commit 0e4abf696b

View File

@ -35,6 +35,10 @@ pythonPackages.buildPythonApplication rec {
] ++ lib.optional (!stdenv.isDarwin) dbus-python
);
propagatedNativeBuildInputs = [
gobject-introspection
];
# There are no tests
doCheck = false;