summaryrefslogtreecommitdiff
path: root/pkgs/libfprint-2-tod1-vfs0090/default.nix
blob: 7bfcced922b84fe2af80b7b35f2e6588f7acc2f9 (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;
    };
})