nixpkgs/pkgs/tools
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
..
admin awscli: 1.15.58 -> 1.15.66 2018-07-28 16:39:42 +02:00
archivers sharutils: Remove crossAttrs 2018-07-24 18:36:59 -04:00
audio beets: Fix building plugins with Python 3 2018-08-02 01:41:36 +02:00
backup rdedup: 2.0.0 -> 3.0.1 2018-07-30 13:50:51 +03:00
bluetooth pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
bootloaders/refind Merge pull request #43996 from samueldr/update/refind-0.11.3 2018-07-24 20:50:44 +02:00
cd-dvd pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
compression pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
filesystems glusterfs: 3.12.4 -> 3.12.12 2018-08-01 00:39:06 +02:00
graphics argyllcms: 2.0.0 -> 2.0.1 (#43790) 2018-07-31 23:33:59 +02:00
inputmethods pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
misc ldmtool: init at 0.2.4 (#43975) 2018-08-01 11:40:07 +02:00
networking ocserv: init at 0.12.1 (#42871) 2018-08-01 21:39:09 +02:00
nix/info nix-info: build locally 2018-01-21 14:09:35 +01:00
package-management nixUnstable: 2.1pre6148_a4aac7f -> 2.1pre6338_45bcf541 2018-07-31 21:17:10 +02:00
security Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
system s6-rc: 0.3.0.0 -> 0.4.0.1 2018-07-27 17:48:32 +02:00
text proselint: 0.9.0 -> 0.10.0 (#44313) 2018-08-01 22:15:54 +02:00
typesetting Take me (viric) out of most maintenance 2018-07-22 21:50:19 +02:00
video Take me (viric) out of most maintenance 2018-07-22 21:50:19 +02:00
virtualization treewide: fix build with disallowed aliases (#43872) 2018-07-21 22:03:24 -04:00
X11 xrestop: add license 2018-07-22 17:01:46 +02:00