inlyne: fix build with gcc15 (#480425)

This commit is contained in:
Aleksana
2026-01-18 03:00:38 +00:00
committed by GitHub
+5
View File
@@ -11,6 +11,7 @@
wayland,
libGL,
openssl,
oniguruma,
}:
rustPlatform.buildRustPackage rec {
@@ -42,8 +43,12 @@ rustPlatform.buildRustPackage rec {
wayland
libxkbcommon
openssl
oniguruma
];
# use system oniguruma since the bundled one fails to build with gcc15
env.RUSTONIG_SYSTEM_LIBONIG = 1;
checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
# time out on darwin
"--skip=interpreter::tests::centered_image_with_size_align_and_link"