summaryrefslogtreecommitdiff
path: root/gimp_my.nix
blob: 527dade36934809847b3cdac81fa5499aea7fd6d (plain)
1
2
3
4
5
6
7
8
{ inputs }:
self: super: {
  gimp_my =
    with super;
    (gimp.override { gexiv2 = self.gexiv2_my; }).overrideAttrs (oldAttrs: rec {

    });
}