Loading pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading