Commit 392773a1 authored by Daniël de Kok's avatar Daniël de Kok
Browse files

libfprint-2-tod1-vfs0090: mark broken

This package does not compile against recent libfprint-tod anymore and
upstream hasn't seen updates since 2020.
parent 930646f7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  };
}