Fprintdddd

This commit is contained in:
Daniel Flanagan 2024-03-24 14:42:02 -05:00
parent a7dda92091
commit 4665d93a1a
2 changed files with 8 additions and 8 deletions

View file

@ -193,6 +193,14 @@ in {
services.fprintd = { services.fprintd = {
enable = true; 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"
];
};
# tod.enable = true; # tod.enable = true;
# tod.driver = pkgs.libfprint-2-tod1-goodix; # tod.driver = pkgs.libfprint-2-tod1-goodix;
}; };

View file

@ -13,14 +13,6 @@
# You can change versions, add patches, set compilation flags, anything really. # You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays # https://nixos.wiki/wiki/Overlays
modifications = final: prev: { modifications = final: prev: {
final.fprintd = prev.fprintd.overrideAttrs {
# Source: https://github.com/NixOS/nixpkgs/commit/87ca2dc071581aea0e691c730d6844f1beb07c9f
mesonCheckFlags = [
# PAM related checks are timing out
"--no-suite"
"fprintd:TestPamFprintd"
];
};
pythonPackagesExtensions = pythonPackagesExtensions =
prev.pythonPackagesExtensions prev.pythonPackagesExtensions
++ [ ++ [