no gimp3
This commit is contained in:
parent
afe6cc0f5b
commit
9fa5f51236
20
flake.nix
20
flake.nix
@ -65,25 +65,6 @@
|
||||
"mreow"
|
||||
"yarn"
|
||||
];
|
||||
|
||||
pkgs = import (
|
||||
(import nixpkgs {
|
||||
inherit system;
|
||||
}).applyPatches
|
||||
{
|
||||
name = "nixpkgs";
|
||||
src = inputs.nixpkgs;
|
||||
patches = [
|
||||
# https://github.com/NixOS/nixpkgs/pull/67576
|
||||
# gimp 3.0
|
||||
(builtins.fetchurl {
|
||||
url = "https://github.com/NixOS/nixpkgs/pull/67576.diff";
|
||||
sha256 = "1idkhfirjba6iywkddyhm980x44kfl9lmp51cyfqrpbq7wlzpnia";
|
||||
})
|
||||
];
|
||||
}
|
||||
) { inherit system; };
|
||||
|
||||
in
|
||||
{
|
||||
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
|
||||
@ -97,7 +78,6 @@
|
||||
inputs
|
||||
username
|
||||
hostname
|
||||
pkgs
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
|
||||
@ -112,7 +112,7 @@
|
||||
# simple screen recording on wayland
|
||||
wl-screenrec
|
||||
|
||||
gimp3
|
||||
gimp
|
||||
pinta
|
||||
|
||||
# wayland-compatible color picker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user