diff options
author | tv <tv@krebsco.de> | 2019-01-31 11:15:58 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-02-08 05:19:48 +0100 |
commit | 7c8ace182566cdbca89f4d3e2203b38e6e1f23d9 (patch) | |
tree | dec49517b9f4b363ad0f27075f52177f305a11b9 /tv/5pkgs/override/rxvt_unicode.nix | |
parent | 932d11ed9346fbef640604d1107be39e7c11be85 (diff) |
tv rxvt_unicode: fetch patch
Diffstat (limited to 'tv/5pkgs/override/rxvt_unicode.nix')
-rw-r--r-- | tv/5pkgs/override/rxvt_unicode.nix | 9 |
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 000000000..da657fb20 --- /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"; + }) + ]; +}) |