Skip to content

Commit 4efaa7a

Browse files
astratagemdoronbehar
authored andcommitted
beets: alphabetize builtin plugins
Most were already in order but some plugins were thrown in at the bottom of the file.
1 parent 538aacc commit 4efaa7a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

pkgs/tools/audio/beets/builtin-plugins.nix

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,22 @@
1212
deprecated = true;
1313
testPaths = [ ];
1414
};
15+
advancedrewrite = {
16+
testPaths = [ ];
17+
};
1518
albumtypes = { };
1619
aura = {
1720
propagatedBuildInputs = with python3Packages; [ flask pillow ];
1821
testPaths = [ ];
1922
};
23+
autobpm = {
24+
propagatedBuildInputs = with python3Packages; [
25+
librosa
26+
# An optional dependency of librosa, needed for beets' autobpm
27+
resampy
28+
];
29+
testPaths = [ ];
30+
};
2031
badfiles = {
2132
testPaths = [ ];
2233
wrapperBins = [ mp3val flac ];
@@ -74,6 +85,10 @@
7485
propagatedBuildInputs = [ python3Packages.pylast ];
7586
testPaths = [ ];
7687
};
88+
limit = { };
89+
listenbrainz = {
90+
testPaths = [ ];
91+
};
7792
loadext = {
7893
propagatedBuildInputs = [ python3Packages.requests ];
7994
testPaths = [ ];
@@ -109,6 +124,9 @@
109124
testPaths = [ ];
110125
};
111126
subsonicupdate.propagatedBuildInputs = [ python3Packages.requests ];
127+
substitute = {
128+
testPaths = [ ];
129+
};
112130
the = { };
113131
thumbnails = {
114132
propagatedBuildInputs = with python3Packages; [ pillow pyxdg ];
@@ -118,22 +136,4 @@
118136
unimported.testPaths = [ ];
119137
web.propagatedBuildInputs = [ python3Packages.flask ];
120138
zero = { };
121-
limit = { };
122-
substitute = {
123-
testPaths = [ ];
124-
};
125-
advancedrewrite = {
126-
testPaths = [ ];
127-
};
128-
autobpm = {
129-
propagatedBuildInputs = with python3Packages; [
130-
librosa
131-
# An optional dependency of librosa, needed for beets' autobpm
132-
resampy
133-
];
134-
testPaths = [ ];
135-
};
136-
listenbrainz = {
137-
testPaths = [ ];
138-
};
139139
}

0 commit comments

Comments
 (0)