Merge pull request #298491 from NickCao/fprintd-shortterm

fprintd: skip PAM related checks as they are timing out
This commit is contained in:
Jörg Thalheim 2024-03-24 10:21:39 +01:00 committed by GitHub
commit 0f7fbe4c27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 \