2019-01-31 10:15:58 +00:00
|
|
|
{ fetchurl, rxvt_unicode }:
|
|
|
|
rxvt_unicode.overrideAttrs (old: {
|
|
|
|
patches = old.patches ++ [
|
|
|
|
(fetchurl {
|
2020-11-25 22:12:39 +00:00
|
|
|
name = "rxvt-unicode.cancel-running-selection-request.patch";
|
2021-02-04 18:49:05 +00:00
|
|
|
url = "https://cgit.krebsco.de/rxvt-unicode/rawdiff/?id=15f3f94&id2=15f3f94^";
|
|
|
|
sha256 = "1c7jq8phl85d2f581b4mc6fkmr2nv9n44qjjs4idi51sd2hs7sxw";
|
2019-01-31 10:15:58 +00:00
|
|
|
})
|
2020-11-25 22:12:03 +00:00
|
|
|
|
|
|
|
# Fix segfault when calling editor-input from XMonad.
|
|
|
|
(fetchurl {
|
2020-11-25 22:12:39 +00:00
|
|
|
name = "rxvt-unicode.no-perl_destruct.patch";
|
2021-02-04 18:49:05 +00:00
|
|
|
url = "https://cgit.krebsco.de/rxvt-unicode/rawdiff/?id=d63f96a&id2=d63f96a^";
|
|
|
|
sha256 = "0fq9w4fq8mw05jk9bblzlh1x51m2cmk62xbc4c1mbiqagjmsi9f8";
|
2020-11-25 22:12:03 +00:00
|
|
|
})
|
2019-01-31 10:15:58 +00:00
|
|
|
];
|
|
|
|
})
|