treewide: handle enchant = enchant2

patch or provide backup to enchant1 where necessary
This commit is contained in:
Matthew Bauer
2019-06-03 12:47:28 -04:00
parent 3e96aebf4e
commit ba76fa91c7
7 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -47,9 +47,9 @@ lib.makeScope pkgs.newScope (self: with self; {
libbonoboui = callPackage ./platform/libbonoboui { };
gtkhtml = callPackage ./platform/gtkhtml { };
gtkhtml = callPackage ./platform/gtkhtml { enchant = pkgs.enchant1; };
gtkhtml4 = callPackage ./platform/gtkhtml/4.x.nix { };
gtkhtml4 = callPackage ./platform/gtkhtml/4.x.nix { enchant = pkgs.enchant1; };
gtkglext = callPackage ./platform/gtkglext { };