libfprint-2-tod1-vfs0090: mark broken

This package does not compile against recent libfprint-tod anymore and
upstream hasn't seen updates since 2020.
This commit is contained in:
Daniël de Kok
2025-03-15 21:08:46 +01:00
parent 930646f783
commit 392773a154
@@ -66,5 +66,8 @@ stdenv.mkDerivation {
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ valodim ];
# Does not compile against libfprint-tod, hasn't seen any maintenance
# since 2020.
broken = true;
};
}