beets: fix absubmit enable condition
This commit is contained in:
parent
98a9194800
commit
1551b57a5c
@ -12,7 +12,7 @@
|
|||||||
, ...
|
, ...
|
||||||
}: {
|
}: {
|
||||||
absubmit = {
|
absubmit = {
|
||||||
enable = lib.elem stdenv.hostPlatform essentia-extractor.meta.platforms;
|
enable = lib.elem stdenv.hostPlatform.system essentia-extractor.meta.platforms;
|
||||||
wrapperBins = [ essentia-extractor ];
|
wrapperBins = [ essentia-extractor ];
|
||||||
};
|
};
|
||||||
acousticbrainz.propagatedBuildInputs = [ python3Packages.requests ];
|
acousticbrainz.propagatedBuildInputs = [ python3Packages.requests ];
|
||||||
|
Loading…
Reference in New Issue
Block a user