Commit 22e163ef authored by 7c6f434c's avatar 7c6f434c
Browse files

rxvt-unicode: skip unfree plugins by default

parent 10bada97
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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