Loading pkgs/tools/audio/beets/builtin-plugins.nix +2 −0 Original line number Diff line number Diff line Loading @@ -133,12 +133,14 @@ propagatedBuildInputs = [ python3Packages.mpd2 ]; testPaths = [ ]; }; musicbrainz = { }; parentwork = { }; permissions = { }; play = { }; playlist.propagatedBuildInputs = [ python3Packages.requests ]; plexupdate = { }; random = { }; replace = { }; replaygain.wrapperBins = [ aacgain ffmpeg Loading pkgs/tools/audio/beets/common.nix +2 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,8 @@ python3Packages.buildPythonApplication { disabledTests = disabledTests ++ [ # https://github.com/beetbox/beets/issues/5880 "test_reject_different_art" # touches network "test_merge_duplicate_album" ]; # Perform extra "sanity checks", before running pytest tests. Loading pkgs/tools/audio/beets/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -31,12 +31,12 @@ lib.makeExtensible ( beets-stable = callPackage ./common.nix rec { inherit python3Packages extraPatches; version = "2.3.1"; version = "2.4.0"; src = fetchFromGitHub { owner = "beetbox"; repo = "beets"; tag = "v${version}"; hash = "sha256-INxL2XDn8kwRYYcZATv/NdLmAtfQvxVDWKB1OYo8dxY="; hash = "sha256-BM4NW8iukw9+zLD2cfAETmFYNAiNPUn9cLrkVlCE+jM="; }; }; Loading Loading
pkgs/tools/audio/beets/builtin-plugins.nix +2 −0 Original line number Diff line number Diff line Loading @@ -133,12 +133,14 @@ propagatedBuildInputs = [ python3Packages.mpd2 ]; testPaths = [ ]; }; musicbrainz = { }; parentwork = { }; permissions = { }; play = { }; playlist.propagatedBuildInputs = [ python3Packages.requests ]; plexupdate = { }; random = { }; replace = { }; replaygain.wrapperBins = [ aacgain ffmpeg Loading
pkgs/tools/audio/beets/common.nix +2 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,8 @@ python3Packages.buildPythonApplication { disabledTests = disabledTests ++ [ # https://github.com/beetbox/beets/issues/5880 "test_reject_different_art" # touches network "test_merge_duplicate_album" ]; # Perform extra "sanity checks", before running pytest tests. Loading
pkgs/tools/audio/beets/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -31,12 +31,12 @@ lib.makeExtensible ( beets-stable = callPackage ./common.nix rec { inherit python3Packages extraPatches; version = "2.3.1"; version = "2.4.0"; src = fetchFromGitHub { owner = "beetbox"; repo = "beets"; tag = "v${version}"; hash = "sha256-INxL2XDn8kwRYYcZATv/NdLmAtfQvxVDWKB1OYo8dxY="; hash = "sha256-BM4NW8iukw9+zLD2cfAETmFYNAiNPUn9cLrkVlCE+jM="; }; }; Loading