Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1f9cbcd21de891540139bbb86faa4b14ce23bd15
      
https://github.com/NixOS/nixpkgs/commit/1f9cbcd21de891540139bbb86faa4b14ce23bd15
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M pkgs/tools/audio/beets/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  beets: Set Python version via top-level attribute

This largely reverts commit 599312739e3a338f923e6c22ab183178ca49c7b6.

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: aszlig <asz...@redmoonstudios.org>
Cc: @FRidh


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to