overlays/patches: patch fprintd with fix for indefinite timeout
This commit is contained in:
parent
0ef99adc62
commit
d8c02172e0
1 changed files with 7 additions and 0 deletions
|
@ -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=";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue