14 gsettings-desktop-schemas,
17 stdenv.mkDerivation rec {
22 url = "mirror://gnome/sources/gtkhtml/${lib.versions.majorMinor version}/gtkhtml-${version}.tar.xz";
23 hash = "sha256-yjtkJPssesXZy4/a+2kxj6LoJcnPbtF9HjjZsp5WBsM=";
27 # Enables enchant2 support.
28 # Upstream is dead, no further releases are coming.
30 name = "enchant-2.patch";
31 url = "https://aur.archlinux.org/cgit/aur.git/plain/enchant-2.patch?h=gtkhtml4&id=0218303a63d64c04d6483a6fe9bb55063fcfaa43";
32 hash = "sha256-f0OToWGHZwxvqf+0qosfA9FfwJ/IXfjIPP5/WrcvArI=";
38 updateScript = gnome.updateScript { packageName = "gtkhtml"; };
50 gsettings-desktop-schemas
53 propagatedBuildInputs = [
59 platforms = platforms.linux;