1 2 3 4 5 6 7 8
{ inputs }: self: super: { gimp_my = with super; (gimp.override { gexiv2 = self.gexiv2_my; }).overrideAttrs (oldAttrs: rec { }); }