Skip to content

Commit

Permalink
mopidy: fix pygobject issues for dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight authored and fpletz committed Aug 1, 2022
1 parent 7efff89 commit 0e4abf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/audio/mopidy/mopidy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ pythonPackages.buildPythonApplication rec {
] ++ lib.optional (!stdenv.isDarwin) dbus-python
);

propagatedNativeBuildInputs = [
gobject-introspection
];

# There are no tests
doCheck = false;

Expand Down

0 comments on commit 0e4abf6

Please sign in to comment.