gthumb: build without webkitgtk

This commit is contained in:
Colin 2023-06-29 09:43:17 +00:00
parent 28f7823077
commit 6fdb7059e3
3 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,7 @@
./git.nix
./gnome-feeds.nix
./gpodder.nix
./gthumb.nix
./imagemagick.nix
./jellyfin-media-player.nix
./kitty

View File

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
sane.programs.gthumb.package = pkgs.gthumb.override { withWebservices = false; };
}

View File

@ -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";