beets: use python3Packages
This commit is contained in:
parent
daabcc3b9a
commit
72934aa94e
@ -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
|
||||||
|
@ -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 { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user