nixpkgs/pkgs
aszlig 29e89248bf
beets: Fix building plugins with Python 3
Since the switch to using python3Packages in commit
72934aa94e, the plugins no longer build
because they end up with a mix of Python 2 and Python 3 packages.

The reason for this is that the Beets package itself uses callPackage to
reference the plugins, however the overrides are not applied there and
thus the plugins end up getting pythonPackages from the top-level which
is Python 2 and beets with Python 3 dependencies.

Unfortunately this is not the only reason for the builds to fail,
because both plugins did not actually support Python 3.

For the copyartifacts plugin, the fix is rather easy because we only
need to advance to two more recent commits from upstream, which already
contain fixes for Python 3.

The alternatives plugin on the other hand is not maintained anymore, but
there is a fork at https://github.com/wisp3rwind/beets-alternatives
which has a bunch of fixes. In 2e4aded366
I already backported one of these fixes to the version from
https://github.com/geigerzaehler/beets-alternatives, but for Python 3
support it's a bit more complicated than just one little fix.

So instead of adding another series of patches which replicate the code
base of the fork and become a maintenance burden, I opted to directly
switch to the fork and remove the patch on our side.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @domenkozar, @pjones, @Profpatsch
2018-08-02 01:41:36 +02:00
..
applications https://gitlab.gnome.org/GNOME/gnome-keyring/issues/1 2018-08-02 00:32:51 +02:00
build-support Revert "Merge #44221: default for NIX_CXXSTDLIB_COMPILE" 2018-07-31 09:43:52 +02:00
common-updater
data ia-writer-duospace: init at 20180721 (#43937) 2018-08-01 15:13:50 +02:00
desktops xfce4-13.xfce4-whiskermenu-plugin: init at 2.2.0 (#44317) 2018-08-01 22:48:21 +02:00
development pwndbg: 2018-04-06 -> 2018.07.29 2018-08-01 23:35:08 +01:00
games scummvm: fix compilation 2018-08-01 22:32:51 +08:00
misc Merge pull request #44283 from kalbasit/nixpkgs-fix-44282 2018-08-01 10:25:53 +02:00
os-specific Merge pull request #43637 from qolii/hardkernel_update_and_defconfig 2018-08-01 12:18:27 +02:00
servers freeradius: add rest module and multiple outputs 2018-08-01 22:24:47 +02:00
shells oh-my-zsh: 2018-04-25 -> 2018-07-29 2018-07-29 20:07:43 +00:00
stdenv Merge master into staging-next 2018-07-28 12:31:35 +02:00
test pkgs/tests: Add test for LD_LIBRARY_PATH 2018-08-01 19:02:21 +03:00
tools beets: Fix building plugins with Python 3 2018-08-02 01:41:36 +02:00
top-level https://gitlab.gnome.org/GNOME/gnome-keyring/issues/1 2018-08-02 00:32:51 +02:00