nixpkgs-suyu/pkgs/tools/audio
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
..
abcm2ps abcm2ps: 8.13.22 -> 8.13.23 2018-06-29 12:49:55 +02:00
abcmidi treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
acoustid-fingerprinter misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
aucdtect treewide: remove platform assertions 2018-05-03 13:09:20 -05:00
beets beets: Fix building plugins with Python 3 2018-08-02 01:41:36 +02:00
darkice treewide: remove unused buildEnv parameters 2017-04-16 10:29:49 +02:00
dir2opus
ezstream ezstream: init at 0.6.0 (#27259) 2017-07-09 16:46:16 +01:00
glyr glyr: enable darwin build 2018-03-24 19:04:56 +01:00
gvolicon treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
liquidsoap ocamlPackages: default to 4.04 2017-10-19 17:57:14 +02:00
mpdas mpdas: 0.4.4 -> 0.4.5 2018-02-27 06:19:35 -08:00
mpdcron mpdcron: use gemdir 2017-01-18 00:52:49 +01:00
mpdris2 treewide: add version to packages 2018-05-25 15:48:05 -05:00
pa-applet treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
pasystray pasystray: add libappindicator-gtk3 for appindicator support (#42184) 2018-06-26 22:47:34 +02:00
playerctl playerctl: 0.6.0 -> 0.6.1 2018-07-18 08:50:12 -07:00
pnmixer pnmixer: 0.7.1 -> 0.7.2 2018-01-02 16:29:16 -02:00
pulsemixer pulsemixer: 1.3.0-license -> 1.4.0 2017-12-16 21:16:06 +01:00
qastools qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
volumeicon misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00