Skip to content

Commit

Permalink
mopidy: ignore collisions between extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers authored and rycee committed Nov 28, 2024
1 parent de7d67b commit b721965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/services/mopidy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ let
paths = closePropagation cfg.extensionPackages;
pathsToLink = [ "/${pkgs.mopidyPackages.python.sitePackages}" ];
nativeBuildInputs = [ pkgs.makeWrapper ];
ignoreCollisions = true;
postBuild = ''
makeWrapper ${pkgs.mopidy}/bin/mopidy $out/bin/mopidy \
--prefix PYTHONPATH : $out/${pkgs.mopidyPackages.python.sitePackages}
Expand Down

0 comments on commit b721965

Please sign in to comment.