python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / audio / beets / builtin-plugins.nix
blob1fef39ef72f53c19d273e357912a614b47f4db99
1 { stdenv
2 , aacgain
3 , essentia-extractor
4 , ffmpeg
5 , flac
6 , imagemagick
7 , keyfinder-cli
8 , lib
9 , mp3gain
10 , mp3val
11 , python3Packages
12 , ...
13 }: {
14   absubmit = {
15     enable = lib.elem stdenv.hostPlatform.system essentia-extractor.meta.platforms;
16     wrapperBins = [ essentia-extractor ];
17   };
18   acousticbrainz.propagatedBuildInputs = [ python3Packages.requests ];
19   albumtypes = { };
20   aura.propagatedBuildInputs = with python3Packages; [ flask pillow ];
21   badfiles.wrapperBins = [ mp3val flac ];
22   bareasc = { };
23   beatport.propagatedBuildInputs = [ python3Packages.requests-oauthlib ];
24   bench = { };
25   bpd = { };
26   bpm = { };
27   bpsync = { };
28   bucket = { };
29   chroma.propagatedBuildInputs = [ python3Packages.pyacoustid ];
30   convert.wrapperBins = [ ffmpeg ];
31   deezer.propagatedBuildInputs = [ python3Packages.requests ];
32   discogs.propagatedBuildInputs = with python3Packages; [ discogs-client requests ];
33   duplicates = { };
34   edit = { };
35   embedart = {
36     propagatedBuildInputs = with python3Packages; [ pillow ];
37     wrapperBins = [ imagemagick ];
38   };
39   embyupdate.propagatedBuildInputs = [ python3Packages.requests ];
40   export = { };
41   fetchart = {
42     propagatedBuildInputs = with python3Packages; [ requests pillow ];
43     wrapperBins = [ imagemagick ];
44   };
45   filefilter = { };
46   fish = { };
47   freedesktop = { };
48   fromfilename = { };
49   ftintitle = { };
50   fuzzy = { };
51   gmusic = { };
52   hook = { };
53   ihate = { };
54   importadded = { };
55   importfeeds = { };
56   info = { };
57   inline = { };
58   ipfs = { };
59   keyfinder.wrapperBins = [ keyfinder-cli ];
60   kodiupdate.propagatedBuildInputs = [ python3Packages.requests ];
61   lastgenre.propagatedBuildInputs = [ python3Packages.pylast ];
62   lastimport.propagatedBuildInputs = [ python3Packages.pylast ];
63   loadext.propagatedBuildInputs = [ python3Packages.requests ];
64   lyrics.propagatedBuildInputs = [ python3Packages.beautifulsoup4 ];
65   mbcollection = { };
66   mbsubmit = { };
67   mbsync = { };
68   metasync = { };
69   missing = { };
70   mpdstats.propagatedBuildInputs = [ python3Packages.mpd2 ];
71   mpdupdate.propagatedBuildInputs = [ python3Packages.mpd2 ];
72   parentwork = { };
73   permissions = { };
74   play = { };
75   playlist.propagatedBuildInputs = [ python3Packages.requests ];
76   plexupdate = { };
77   random = { };
78   replaygain.wrapperBins = [ aacgain ffmpeg mp3gain ];
79   rewrite = { };
80   scrub = { };
81   smartplaylist = { };
82   sonosupdate.propagatedBuildInputs = [ python3Packages.soco ];
83   spotify = { };
84   subsonicplaylist.propagatedBuildInputs = [ python3Packages.requests ];
85   subsonicupdate.propagatedBuildInputs = [ python3Packages.requests ];
86   the = { };
87   thumbnails = {
88     propagatedBuildInputs = with python3Packages; [ pillow pyxdg ];
89     wrapperBins = [ imagemagick ];
90   };
91   types.testPaths = [ "test/test_types_plugin.py" ];
92   unimported = { };
93   web.propagatedBuildInputs = [ python3Packages.flask ];
94   zero = { };