tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fprintd: skip PAM related checks as they are timing out
Nick Cao
2 years ago
87ca2dc0
79863957
+5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
fprintd
default.nix
+5
pkgs/tools/security/fprintd/default.nix
···
92
92
93
93
doCheck = true;
94
94
95
95
+
mesonCheckFlags = [
96
96
+
# PAM related checks are timing out
97
97
+
"--no-suite" "fprintd:TestPamFprintd"
98
98
+
];
99
99
+
95
100
postPatch = ''
96
101
patchShebangs \
97
102
po/check-translations.sh \