Skip to content
Unverified Commit 1f9cbcd2 authored by aszlig's avatar aszlig
Browse files

beets: Set Python version via top-level attribute

This largely reverts commit 59931273.

The main reason is that it breaks the plugins, because the mentioned
commit didn't change the attributes for the plugins as well.

But instead of just fixing the attributes when we import the plugin
packages, let's just override pythonPackages in all-packages.nix.

Right now, Beets is in transition to Python 3, so we don't need to wait
that long until we can remove the dependency on Python 2:

https://github.com/beetbox/beets/releases/tag/v1.4.1



Once Python 3 support is no longer beta, we can just change this by
changing one line only instead of several.

Tested this by building beets with both external plugins.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
Cc: @FRidh
parent a76f5241
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment