forked from mirrors/nixpkgs
Use fresh and SSL-enabled libsoup for midori
svn path=/nixpkgs/trunk/; revision=15855
This commit is contained in:
parent
0847f2286f
commit
2692ba25d2
|
@ -6541,7 +6541,8 @@ let
|
||||||
inherit imagemagick intltool python pkgconfig webkit libxml2
|
inherit imagemagick intltool python pkgconfig webkit libxml2
|
||||||
which gettext makeWrapper file libidn sqlite docutils libnotify;
|
which gettext makeWrapper file libidn sqlite docutils libnotify;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit (gtkLibs) gtk glib;
|
||||||
inherit (gnome) gtksourceview libsoup;
|
inherit (gnome) gtksourceview;
|
||||||
|
inherit (gnome26) libsoup;
|
||||||
};
|
};
|
||||||
|
|
||||||
minicom = builderDefsPackage (selectVersion ../tools/misc/minicom "2.3") {
|
minicom = builderDefsPackage (selectVersion ../tools/misc/minicom "2.3") {
|
||||||
|
|
Loading…
Reference in a new issue