Fprintdddd
This commit is contained in:
parent
a7dda92091
commit
4665d93a1a
2 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
++ [
|
++ [
|
||||||
|
|
Loading…
Reference in a new issue