1 2 3 4 5 6 7 8
{ inputs }: self: super: { thrift = with super; (thrift.override { }).overrideAttrs (old: rec { doCheck = false; }); }