beets: expose enabled plugins in passthru

This commit is contained in:
Bernardo Meurer 2022-07-25 15:49:52 -07:00 committed by Franz Pletz
parent 94914436a0
commit 88a9ab2ca9

View file

@ -137,6 +137,8 @@ python3Packages.buildPythonApplication rec {
runHook postCheck
'';
passthru.plugins = allPlugins;
meta = with lib; {
description = "Music tagger and library organizer";
homepage = "https://beets.io";