beets: expose enabled plugins in passthru
This commit is contained in:
parent
94914436a0
commit
88a9ab2ca9
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue