mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
The `absubmit` plugin for beets has no respective plugin test that is named after the default plugin test schema defined in `common.nix` [1], so not explicitly declaring that the plugin has *no tests* (i.e. the respective test list is empty), `mkPlugin` will try to disable the non-existant test `test/test_absubmit.py`), breaking beet's build. [1]:c7916a507b/pkgs/tools/audio/beets/common.nix (L39)(cherry picked from commit6fcd9c7e93)