summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix')
-rw-r--r--tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix b/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix
deleted file mode 100644
index d2f6f46b..00000000
--- a/tv/5pkgs/simple/rxvt-unicode-256color-terminfo/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-''