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:
parent
1b190f8a81
commit
f218f59184
@ -36,6 +36,8 @@ alacritty.overrideAttrs (oldAttrs: rec {
|
||||
libxcb
|
||||
];
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
buildInputs = (oldAttrs.buildInputs or [ ]) ++ ligatureInputs;
|
||||
|
||||
# HACK: One of the ligature libraries required the C++ stdlib at runtime,
|
||||
|
Loading…
Reference in New Issue
Block a user