use gimp for wayland from an upstream PR
This commit is contained in:
parent
c0daa9e6e9
commit
6690b89615
3 changed files with 30 additions and 7 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue