gthumb: build without webkitgtk
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
./git.nix
|
./git.nix
|
||||||
./gnome-feeds.nix
|
./gnome-feeds.nix
|
||||||
./gpodder.nix
|
./gpodder.nix
|
||||||
|
./gthumb.nix
|
||||||
./imagemagick.nix
|
./imagemagick.nix
|
||||||
./jellyfin-media-player.nix
|
./jellyfin-media-player.nix
|
||||||
./kitty
|
./kitty
|
||||||
|
4
hosts/common/programs/gthumb.nix
Normal file
4
hosts/common/programs/gthumb.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
sane.programs.gthumb.package = pkgs.gthumb.override { withWebservices = false; };
|
||||||
|
}
|
@@ -218,6 +218,12 @@ in [
|
|||||||
hash = "sha256-LKDulOSQAM4FzyxqPqrdr1C2M3yLFpo5aAt7fhXRnrs=";
|
hash = "sha256-LKDulOSQAM4FzyxqPqrdr1C2M3yLFpo5aAt7fhXRnrs=";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(fetchpatch' {
|
||||||
|
title = "gthumb: make the webservices feature be optional";
|
||||||
|
saneCommit = "50767d5746fd80657e997b43fc5d82ba0c2c2447";
|
||||||
|
hash = "sha256-lXuLHdSPhWol9X5QX4cxnZqoVGUWEQTCZLmosvLX+WY=";
|
||||||
|
})
|
||||||
|
|
||||||
# (fetchpatch' {
|
# (fetchpatch' {
|
||||||
# # N.B.: compiles, but runtime error on launch suggestive of some module not being shipped
|
# # 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";
|
# title = "matrix-appservice-irc: 0.38.0 -> 1.0.0";
|
||||||
|
Reference in New Issue
Block a user