alacritty-ligatures: remove terminfo output
This commit is contained in:
parent
7078ef0677
commit
d8ae11352e
@ -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) ''
|
||||||
|
Loading…
Reference in New Issue
Block a user