alacritty-ligatures: mark as build locally

Sick of it producing issues that don't crop up building localling and
breaking CI.
This commit is contained in:
xeals 2021-06-12 14:56:24 +10:00
parent 1b190f8a81
commit f218f59184
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -36,6 +36,8 @@ alacritty.overrideAttrs (oldAttrs: rec {
libxcb libxcb
]; ];
preferLocalBuild = true;
buildInputs = (oldAttrs.buildInputs or [ ]) ++ ligatureInputs; buildInputs = (oldAttrs.buildInputs or [ ]) ++ ligatureInputs;
# HACK: One of the ligature libraries required the C++ stdlib at runtime, # HACK: One of the ligature libraries required the C++ stdlib at runtime,