From f5133d7c26f467fa8fa43aa6665fbb678decf25d Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 14 Oct 2020 13:18:34 +0200 Subject: tv rxvt-unicode-256color-terminfo: init --- .../simple/rxvt-unicode-256color-terminfo/default.nix | 16 ++++++++++++++++ .../rxvt-unicode-256color.terminfo | Bin 0 -> 2239 bytes 2 files changed, 16 insertions(+) create mode 100644 tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix create mode 100644 tv/5pkgs/simple/rxvt-unicode-256color-terminfo/rxvt-unicode-256color.terminfo (limited to 'tv') diff --git a/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix b/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix new file mode 100644 index 00000000..d2f6f46b --- /dev/null +++ b/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix @@ -0,0 +1,16 @@ +# This package is mainly intended for cross-built systems for which we cannot +# or don't want to build pkgs.rxvt_unicode for some reason. +# +# ${./rxvt-unicode-256color.terminfo} was copied from a previously built +# /run/current-system/sw/share/terminfo/r/rxvt-unicode-256color +{ runCommand }: + +runCommand "rxvt-unicode-256color-terminfo" {} /* sh */ '' + mkdir -p $out/nix-support + mkdir -p $out/share/terminfo/r + + ln -s ${./rxvt-unicode-256color.terminfo} \ + $out/share/terminfo/r/rxvt-unicode-256color + + echo "$out" >> $out/nix-support/propagated-user-env-packages +'' diff --git a/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/rxvt-unicode-256color.terminfo b/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/rxvt-unicode-256color.terminfo new file mode 100644 index 00000000..3f43d0d5 Binary files /dev/null and b/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/rxvt-unicode-256color.terminfo differ -- cgit v1.2.3