Skip to content

Commit

Permalink
beets: use python3Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz authored and FRidh committed Jul 26, 2018
1 parent daabcc3 commit 72934aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pkgs/tools/audio/beets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ let
};

in pythonPackages.buildPythonApplication rec {
name = "beets-${version}";
pname = "beets";
version = "1.4.7";

src = fetchFromGitHub {
Expand All @@ -114,7 +114,6 @@ in pythonPackages.buildPythonApplication rec {
pythonPackages.munkres
pythonPackages.musicbrainzngs
pythonPackages.mutagen
pythonPackages.pathlib
pythonPackages.pyyaml
pythonPackages.unidecode
pythonPackages.gst-python
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 72934aa

Please sign in to comment.