rxvt-unicode: skip unfree plugins by default

This commit is contained in:
7c6f434c
2025-10-26 19:56:23 +01:00
parent 10bada972e
commit 22e163ef4c

View File

@@ -16,7 +16,9 @@
}:
let
availablePlugins = lib.filterAttrs (_: v: lib.isDerivation v) rxvt-unicode-plugins;
availablePlugins = lib.filterAttrs (
_: v: (lib.isDerivation v && (v.meta.license.free or false))
) rxvt-unicode-plugins;
# Transform the string "self" to the plugin itself.
# It's needed for plugins like bidi who depends on the perl