summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/override/rxvt_unicode.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/override/rxvt_unicode.nix')
-rw-r--r--tv/5pkgs/override/rxvt_unicode.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/5pkgs/override/rxvt_unicode.nix b/tv/5pkgs/override/rxvt_unicode.nix
new file mode 100644
index 00000000..da657fb2
--- /dev/null
+++ b/tv/5pkgs/override/rxvt_unicode.nix
@@ -0,0 +1,9 @@
+{ fetchurl, rxvt_unicode }:
+rxvt_unicode.overrideAttrs (old: {
+ patches = old.patches ++ [
+ (fetchurl {
+ url = https://cgit.krebsco.de/rxvt-unicode/patch/?id=15f3f94;
+ sha256 = "12vldwsds27c9l15ffc6svk9mj17jhypcz736pvpmpqbsymlkz2p";
+ })
+ ];
+})