beets: expose enabled plugins in passthru

This commit is contained in:
Bernardo Meurer
2022-07-26 04:29:51 +02:00
committed by Franz Pletz
parent 94914436a0
commit 88a9ab2ca9
+2
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";