Unverified Commit 87ca2dc0 authored by Nick Cao's avatar Nick Cao
Browse files

fprintd: skip PAM related checks as they are timing out

parent 79863957
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 \