fprintd: Disable tests

This commit is contained in:
Jack O'Sullivan 2024-07-15 16:45:45 +01:00
parent 0a72bce07f
commit 4af984b1fd

View File

@ -110,6 +110,12 @@ stdenv.mkDerivation (finalAttrs: {
--replace "env['G_DEBUG'] = 'fatal-criticals'" ""
substituteInPlace tests/meson.build \
--replace "'G_DEBUG=fatal-criticals'," ""
# HACK: Disable tests. `doCheck=false` seems to break.
substituteInPlace meson.build \
--replace "subdir('tests')" ""
substituteInPlace meson.build \
--replace "address_sanitizer.to_string()" "'NULL'"
'';
meta = {