about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-2/default.nix
diff options
context:
space:
mode:
authorDaniel Șerbănescu <daniel@serbanescu.dk>2022-01-13 14:15:56 +0100
committerDaniel Șerbănescu <daniel@serbanescu.dk>2022-01-13 14:15:56 +0100
commit869684264137c977fe4e55d13ccde4d72ca1e3c8 (patch)
tree0d8af0649a87eee91b43e39b4c368e2bcdb8786a /pkgs/desktops/gnome-2/default.nix
parentb426ea250c498a995d97b03907fde9ef592e6b9f (diff)
gtkhtml4: added support for enchant2
Diffstat (limited to 'pkgs/desktops/gnome-2/default.nix')
-rw-r--r--pkgs/desktops/gnome-2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-2/default.nix b/pkgs/desktops/gnome-2/default.nix
index 7221686320620..5ef6026f2ff00 100644
--- a/pkgs/desktops/gnome-2/default.nix
+++ b/pkgs/desktops/gnome-2/default.nix
@@ -49,7 +49,7 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   gtkhtml = callPackage ./platform/gtkhtml { enchant = pkgs.enchant1; };
 
-  gtkhtml4 = callPackage ./platform/gtkhtml/4.x.nix { enchant = pkgs.enchant1; };
+  gtkhtml4 = callPackage ./platform/gtkhtml/4.x.nix { enchant = pkgs.enchant2; };
 
   gtkglext = callPackage ./platform/gtkglext { };