mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
Make midori use the webkit version from libsoup
svn path=/nixpkgs/trunk/; revision=22544
This commit is contained in:
parent
f2aa054357
commit
72f6e78cb0
|
@ -8354,7 +8354,8 @@ let
|
|||
inherit imagemagick intltool python pkgconfig webkit libxml2
|
||||
which gettext makeWrapper file libidn sqlite docutils libnotify;
|
||||
inherit (gtkLibs) gtk glib;
|
||||
inherit (gnome28) gtksourceview libsoup;
|
||||
inherit (gnome28) gtksourceview;
|
||||
inherit (webkit.passthru.args) libsoup;
|
||||
};
|
||||
|
||||
minicom = import ../tools/misc/minicom {
|
||||
|
|
Loading…
Reference in a new issue