about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-08-11 00:23:57 +0200
committerGitHub <noreply@github.com>2020-08-11 00:23:57 +0200
commitabb741c64a9c3a86f35d592feb3b76d087c67d6d (patch)
tree66d2ba50276607206dd903bf0cfd53424aa8b95c
parent5002ac57e2d8f63ea6461c7039996538854559ed (diff)
downloadpnpkgs-abb741c64a9c3a86f35d592feb3b76d087c67d6d.tar.gz
pnpkgs-abb741c64a9c3a86f35d592feb3b76d087c67d6d.zip
Remove terminfo
-rw-r--r--pkgs/st/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/st/default.nix b/pkgs/st/default.nix
index f2a7c08..a6f72dd 100644
--- a/pkgs/st/default.nix
+++ b/pkgs/st/default.nix
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
 
   installPhase = ''
     sed -i '/man/d' Makefile
+    sed -i '/tic/d' Makefile
     TERMINFO=$out/share/terminfo make install PREFIX=$out
   '';