diff --git a/hosts/common/programs/default.nix b/hosts/common/programs/default.nix index 4da89788..974964ee 100644 --- a/hosts/common/programs/default.nix +++ b/hosts/common/programs/default.nix @@ -8,6 +8,7 @@ ./git.nix ./gnome-feeds.nix ./gpodder.nix + ./gthumb.nix ./imagemagick.nix ./jellyfin-media-player.nix ./kitty diff --git a/hosts/common/programs/gthumb.nix b/hosts/common/programs/gthumb.nix new file mode 100644 index 00000000..769451d3 --- /dev/null +++ b/hosts/common/programs/gthumb.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + sane.programs.gthumb.package = pkgs.gthumb.override { withWebservices = false; }; +} diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 067159b8..63631370 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -218,6 +218,12 @@ in [ hash = "sha256-LKDulOSQAM4FzyxqPqrdr1C2M3yLFpo5aAt7fhXRnrs="; }) + (fetchpatch' { + title = "gthumb: make the webservices feature be optional"; + saneCommit = "50767d5746fd80657e997b43fc5d82ba0c2c2447"; + hash = "sha256-lXuLHdSPhWol9X5QX4cxnZqoVGUWEQTCZLmosvLX+WY="; + }) + # (fetchpatch' { # # N.B.: compiles, but runtime error on launch suggestive of some module not being shipped # title = "matrix-appservice-irc: 0.38.0 -> 1.0.0";