summaryrefslogtreecommitdiff
path: root/pkgs/libfprint-2-tod1-vfs0090/default.nix
blob: d701d47ba12fd8362de315bf48cd6e51c3d08776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{libfprint-2-tod1-vfs0090}:
libfprint-2-tod1-vfs0090.overrideAttrs (orig: {
  patches =
    orig.patches
    ++ [
      ./0001-vfs0090-fix-calls-to-fpi_ssm_next_state_delayed.patch
    ];

  meta =
    orig.meta
    // {
      broken = false;
    };
})