diff options
author | tv <tv@krebsco.de> | 2019-01-31 11:15:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-31 11:15:58 +0100 |
commit | 62ed6167067c845810a4ccf73d0f7f4dcd5056a6 (patch) | |
tree | 3d9c4c93dced02159a89ec40b603ed7134cd3b0c /tv/5pkgs/override/rxvt_unicode.nix | |
parent | f18dc112f39df297e8a31c12fcdcd6d5c6ee8a5f (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 0000000..da657fb --- /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"; + }) + ]; +}) |