From 22e163ef4c7e9bd88cd9aadcef4027458796486b Mon Sep 17 00:00:00 2001 From: 7c6f434c <7c6f434c@mail.ru> Date: Sun, 26 Oct 2025 19:56:23 +0100 Subject: [PATCH] rxvt-unicode: skip unfree plugins by default --- pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix b/pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix index a161e9544265..8bd75245da0e 100644 --- a/pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix +++ b/pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix @@ -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