parent
800f9e81d3
commit
2290389cea
1 changed files with 6 additions and 6 deletions
|
@ -241,14 +241,14 @@
|
|||
};
|
||||
|
||||
services.fprintd = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
package = pkgs.fprintd.overrideAttrs {
|
||||
# Source: https://github.com/NixOS/nixpkgs/commit/87ca2dc071581aea0e691c730d6844f1beb07c9f
|
||||
mesonCheckFlags = [
|
||||
# PAM related checks are timing out
|
||||
"--no-suite"
|
||||
"fprintd:TestPamFprintd"
|
||||
];
|
||||
# mesonCheckFlags = [
|
||||
# PAM related checks are timing out
|
||||
# "--no-suite"
|
||||
# "fprintd:TestPamFprintd"
|
||||
# ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue