diff options
author | tv <tv@krebsco.de> | 2020-11-25 23:12:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-11-25 23:12:39 +0100 |
commit | 53ab45727bc8eabf3e781acd7657a38b7129b449 (patch) | |
tree | 0a1f581f221ef43c94eeaccc1eeba67caa4631b4 /tv | |
parent | b9dd9561515999c6d02219942c76364b98711894 (diff) |
tv rxvt_unicode: name patches sensibly
Diffstat (limited to 'tv')
-rw-r--r-- | tv/5pkgs/override/rxvt_unicode.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/5pkgs/override/rxvt_unicode.nix b/tv/5pkgs/override/rxvt_unicode.nix index 971a03d..4d9c3ab 100644 --- a/tv/5pkgs/override/rxvt_unicode.nix +++ b/tv/5pkgs/override/rxvt_unicode.nix @@ -2,12 +2,14 @@ rxvt_unicode.overrideAttrs (old: { patches = old.patches ++ [ (fetchurl { + name = "rxvt-unicode.cancel-running-selection-request.patch"; url = https://cgit.krebsco.de/rxvt-unicode/patch/?id=15f3f94; sha256 = "12vldwsds27c9l15ffc6svk9mj17jhypcz736pvpmpqbsymlkz2p"; }) # Fix segfault when calling editor-input from XMonad. (fetchurl { + name = "rxvt-unicode.no-perl_destruct.patch"; url = "https://cgit.krebsco.de/rxvt-unicode/patch/?id=d63f96a"; sha256 = "0i8nqrqgprv7cygflkrdp5zx75dv9bv84vrr2yc3vnfpqxamc43n"; }) |