fprintd: skip PAM related checks as they are timing out
This commit is contained in:
parent
79863957ca
commit
87ca2dc071
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue