beets: use python3Packages

This commit is contained in:
Robert Schütz 2018-07-24 18:17:24 +02:00 committed by Frederik Rietdijk
parent daabcc3b9a
commit 72934aa94e
2 changed files with 2 additions and 3 deletions

View File

@ -97,7 +97,7 @@ let
}; };
in pythonPackages.buildPythonApplication rec { in pythonPackages.buildPythonApplication rec {
name = "beets-${version}"; pname = "beets";
version = "1.4.7"; version = "1.4.7";
src = fetchFromGitHub { src = fetchFromGitHub {
@ -114,7 +114,6 @@ in pythonPackages.buildPythonApplication rec {
pythonPackages.munkres pythonPackages.munkres
pythonPackages.musicbrainzngs pythonPackages.musicbrainzngs
pythonPackages.mutagen pythonPackages.mutagen
pythonPackages.pathlib
pythonPackages.pyyaml pythonPackages.pyyaml
pythonPackages.unidecode pythonPackages.unidecode
pythonPackages.gst-python pythonPackages.gst-python

View File

@ -1549,7 +1549,7 @@ with pkgs;
beegfs = callPackage ../os-specific/linux/beegfs { }; beegfs = callPackage ../os-specific/linux/beegfs { };
beets = callPackage ../tools/audio/beets { beets = callPackage ../tools/audio/beets {
pythonPackages = python2Packages; pythonPackages = python3Packages;
}; };
bepasty = callPackage ../tools/misc/bepasty { }; bepasty = callPackage ../tools/misc/bepasty { };