xiphos: use gnome.gtkhtml
gnome.gtkhtml should provide what gnome2.gtkhtml4 provides.
This commit is contained in:
parent
7149f55fbf
commit
df34371428
1 changed files with 1 additions and 1 deletions
|
@ -33642,7 +33642,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
xiphos = callPackage ../applications/misc/xiphos {
|
||||
gtkhtml = gnome2.gtkhtml4;
|
||||
gtkhtml = gnome.gtkhtml;
|
||||
};
|
||||
|
||||
xournal = callPackage ../applications/graphics/xournal {
|
||||
|
|
Loading…
Reference in a new issue