patches: remove broken fprintd patch

This commit is contained in:
Infinidoge 2024-07-13 21:03:28 -04:00
parent 1b5fb874c0
commit d9ef9239c4
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -13,12 +13,12 @@ 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=";
})
];
#fprintd = addPatches prev.fprintd [
# (final.fetchpatch {
# url = "https://gitlab.freedesktop.org/libfprint/fprintd/-/commit/8a8162daa2fb08210ecc4c48d1f10ee97cc7a088.patch";
# hash = "sha256-05tNiv2wdztkjBBiBS5hpuC5n3QrsJ5o15Uv7Q42on4=";
# })
#];
hyfetch = addPatches prev.hyfetch [ ./neofetch-remove-steam-packages.patch ];