inlyne: fix build with gcc15 (#480425)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user