tv rxvt_unicode: do not call perl_destruct

This commit is contained in:
tv 2020-11-25 23:12:03 +01:00
parent 64c99a011f
commit 05538a6aed
1 changed files with 6 additions and 0 deletions

View File

@ -5,5 +5,11 @@ rxvt_unicode.overrideAttrs (old: {
url = https://cgit.krebsco.de/rxvt-unicode/patch/?id=15f3f94;
sha256 = "12vldwsds27c9l15ffc6svk9mj17jhypcz736pvpmpqbsymlkz2p";
})
# Fix segfault when calling editor-input from XMonad.
(fetchurl {
url = "https://cgit.krebsco.de/rxvt-unicode/patch/?id=d63f96a";
sha256 = "0i8nqrqgprv7cygflkrdp5zx75dv9bv84vrr2yc3vnfpqxamc43n";
})
];
})