mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #277032 from mfrischknecht/fix-beets-build
beets: fix broken aarch64 build due to missing plugin test
This commit is contained in:
commit
ac9ae3e1f8
@ -14,6 +14,7 @@
|
||||
absubmit = {
|
||||
enable = lib.elem stdenv.hostPlatform.system essentia-extractor.meta.platforms;
|
||||
wrapperBins = [ essentia-extractor ];
|
||||
testPaths = [ ];
|
||||
};
|
||||
acousticbrainz.propagatedBuildInputs = [ python3Packages.requests ];
|
||||
albumtypes = { };
|
||||
|
Loading…
Reference in New Issue
Block a user