librsvg: skip tests on i686

This commit is contained in:
K900
2025-02-16 15:26:25 +03:00
parent f4cbfc5831
commit 725dac62b8
@@ -141,8 +141,9 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonBool "tests" finalAttrs.finalPackage.doCheck)
];
# Probably broken MIME type detection.
doCheck = !stdenv.isDarwin;
# Probably broken MIME type detection on Darwin.
# Tests fail with imprecise rendering on i686.
doCheck = !stdenv.isDarwin && !stdenv.hostPlatform.isi686;
env = {
PKG_CONFIG_GDK_PIXBUF_2_0_GDK_PIXBUF_QUERY_LOADERS = writeShellScript "gdk-pixbuf-loader-loaders-wrapped" ''