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