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
+5
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 \