Merge pull request #277032 from mfrischknecht/fix-beets-build

beets: fix broken aarch64 build due to missing plugin test
This commit is contained in:
Doron Behar 2024-01-19 14:01:46 +02:00 committed by GitHub
commit ac9ae3e1f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
absubmit = {
enable = lib.elem stdenv.hostPlatform.system essentia-extractor.meta.platforms;
wrapperBins = [ essentia-extractor ];
testPaths = [ ];
};
acousticbrainz.propagatedBuildInputs = [ python3Packages.requests ];
albumtypes = { };