alacritty-ligatures: remove terminfo output

This commit is contained in:
xeals 2021-03-25 10:00:16 +11:00
parent 7078ef0677
commit d8ae11352e
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -30,6 +30,8 @@ rec {
buildInputs = (oldAttrs.buildInputs or []) ++ ligatureInputs; buildInputs = (oldAttrs.buildInputs or []) ++ ligatureInputs;
outputs = [ "out" ];
# HACK: One of the ligature libraries required the C++ stdlib at runtime, # HACK: One of the ligature libraries required the C++ stdlib at runtime,
# and I can't work out a better way to push it to the RPATH. # and I can't work out a better way to push it to the RPATH.
postInstall = pkgs.lib.optional (!pkgs.stdenv.isDarwin) '' postInstall = pkgs.lib.optional (!pkgs.stdenv.isDarwin) ''