Unverified Commit 0f7fbe4c authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #298491 from NickCao/fprintd-shortterm

fprintd: skip PAM related checks as they are timing out
parents c95e4777 87ca2dc0
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 \