From 88a9ab2ca902e7cf12c1659c8a5f76e2f8c66039 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Mon, 25 Jul 2022 15:49:52 -0700 Subject: beets: expose enabled plugins in passthru --- pkgs/tools/audio/beets/common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/audio/beets') diff --git a/pkgs/tools/audio/beets/common.nix b/pkgs/tools/audio/beets/common.nix index 7927c5859ff6d..9a81c7518e5e3 100644 --- a/pkgs/tools/audio/beets/common.nix +++ b/pkgs/tools/audio/beets/common.nix @@ -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"; -- cgit 1.4.1