librsvg: skip tests on i686
This commit is contained in:
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user