beets: use python3Packages
This commit is contained in:
parent
daabcc3b9a
commit
72934aa94e
@ -97,7 +97,7 @@ let
|
||||
};
|
||||
|
||||
in pythonPackages.buildPythonApplication rec {
|
||||
name = "beets-${version}";
|
||||
pname = "beets";
|
||||
version = "1.4.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -114,7 +114,6 @@ in pythonPackages.buildPythonApplication rec {
|
||||
pythonPackages.munkres
|
||||
pythonPackages.musicbrainzngs
|
||||
pythonPackages.mutagen
|
||||
pythonPackages.pathlib
|
||||
pythonPackages.pyyaml
|
||||
pythonPackages.unidecode
|
||||
pythonPackages.gst-python
|
||||
|
@ -1549,7 +1549,7 @@ with pkgs;
|
||||
beegfs = callPackage ../os-specific/linux/beegfs { };
|
||||
|
||||
beets = callPackage ../tools/audio/beets {
|
||||
pythonPackages = python2Packages;
|
||||
pythonPackages = python3Packages;
|
||||
};
|
||||
|
||||
bepasty = callPackage ../tools/misc/bepasty { };
|
||||
|
Loading…
Reference in New Issue
Block a user