fprintd: skip PAM related checks as they are timing out

This commit is contained in:
Nick Cao 2024-03-23 20:03:26 -04:00
parent 79863957ca
commit 87ca2dc071
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ stdenv.mkDerivation rec {
doCheck = true;
mesonCheckFlags = [
# PAM related checks are timing out
"--no-suite" "fprintd:TestPamFprintd"
];
postPatch = ''
patchShebangs \
po/check-translations.sh \