-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] beets: use new essentia package for absubmit plugin #70392
Conversation
If a user overrides the beets package using an overlay in his config (using overlays for example), he might disable several built-in plugins and some their tests will fail.
Using essentia (NixOS#70389), it's possible to enable the absubmit plugin.
Sorry for the wrong title @aszlig @domenkozar @pjones, I hope the intention is clear now. |
Co-Authored-By: aszlig <aszlig@redmoonstudios.org>
Co-Authored-By: aszlig <aszlig@redmoonstudios.org>
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review-may-2019/3032/71 |
Closing this as absubmit is functional now, It would be nice to use the real essentia package (#70389) but it'll be more proper I guess to switch to using it in beets once it'll be packaged.. |
Motivation for this change
Add support for the absubmit plugin which depends on a new package
essentia added in #70389 . Merging this depends upon #70389 which in
turn depends upon #70372.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @aszlig @domenkozar @pjones