beets: use python3Packages
This commit is contained in:
committed by
Frederik Rietdijk
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
|
||||
|
||||
Reference in New Issue
Block a user