overlays/patches: patch fprintd with fix for indefinite timeout

This commit is contained in:
Infinidoge 2024-03-25 10:52:31 -04:00
parent 0ef99adc62
commit d8c02172e0
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -12,4 +12,11 @@ in
});
tailscale-doge = addPatches prev.tailscale [ ./tailscale-cgnat.patch ];
fprintd = addPatches prev.fprintd [
(final.fetchpatch {
url = "https://gitlab.freedesktop.org/libfprint/fprintd/-/commit/8a8162daa2fb08210ecc4c48d1f10ee97cc7a088.patch";
hash = "sha256-05tNiv2wdztkjBBiBS5hpuC5n3QrsJ5o15Uv7Q42on4=";
})
];
}