Loading pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-bidi/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,5 +32,8 @@ perlPackages.buildPerlPackage rec { homepage = "https://github.com/mkamensky/Text-Bidi"; maintainers = with maintainers; [ doronbehar ]; platforms = with platforms; unix; # Quote from the README: # same terms as the Perl 5 programming language system itself license = perlPackages.perl.meta.license; }; } pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-tabbedex/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mina86/urxvt-tabbedex"; maintainers = [ ]; platforms = with platforms; unix; license = lib.licenses.gpl3Plus; }; } 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-plugins/urxvt-bidi/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,5 +32,8 @@ perlPackages.buildPerlPackage rec { homepage = "https://github.com/mkamensky/Text-Bidi"; maintainers = with maintainers; [ doronbehar ]; platforms = with platforms; unix; # Quote from the README: # same terms as the Perl 5 programming language system itself license = perlPackages.perl.meta.license; }; }
pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-tabbedex/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mina86/urxvt-tabbedex"; maintainers = [ ]; platforms = with platforms; unix; license = lib.licenses.gpl3Plus; }; }
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