use gimp for wayland from an upstream PR

This commit is contained in:
steveej 2025-02-14 16:48:48 +01:00
parent c0daa9e6e9
commit 6690b89615
3 changed files with 30 additions and 7 deletions

View file

@ -111,6 +111,8 @@
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-gimp.url = "github:jtojnar/nixpkgs/gimp-meson";
};
outputs =
@ -336,6 +338,9 @@
};
inherit local-xwayland;
inherit (inputs'.nixpkgs-gimp.legacyPackages) gimp;
};
formatter =