File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 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 ] ;
7485 propagatedBuildInputs = [ python3Packages . pylast ] ;
7586 testPaths = [ ] ;
7687 } ;
88+ limit = { } ;
89+ listenbrainz = {
90+ testPaths = [ ] ;
91+ } ;
7792 loadext = {
7893 propagatedBuildInputs = [ python3Packages . requests ] ;
7994 testPaths = [ ] ;
109124 testPaths = [ ] ;
110125 } ;
111126 subsonicupdate . propagatedBuildInputs = [ python3Packages . requests ] ;
127+ substitute = {
128+ testPaths = [ ] ;
129+ } ;
112130 the = { } ;
113131 thumbnails = {
114132 propagatedBuildInputs = with python3Packages ; [ pillow pyxdg ] ;
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}
You can’t perform that action at this time.
0 commit comments