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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user