epiphany: 3.20.3 -> 3.20.4
This commit is contained in:
parent
354811f4bc
commit
3e18f4bc2f
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, intltool, fetchurl, pkgconfig, gtk3, glib, nspr, icu
|
{ stdenv, intltool, fetchurl, pkgconfig, gtk3, glib, nspr, icu
|
||||||
, bash, wrapGAppsHook, gnome3, libwnck3, libxml2, libxslt, libtool
|
, bash, wrapGAppsHook, gnome3, libwnck3, libxml2, libxslt, libtool
|
||||||
, webkitgtk, libsoup, glib_networking, libsecret, gnome_desktop, libnotify, p11_kit
|
, webkitgtk214x, libsoup, glib_networking, libsecret, gnome_desktop, libnotify, p11_kit
|
||||||
, sqlite, gcr, avahi, nss, isocodes, itstool, file, which
|
, sqlite, gcr, avahi, nss, isocodes, itstool, file, which
|
||||||
, gdk_pixbuf, librsvg, gnome_common }:
|
, gdk_pixbuf, librsvg, gnome_common }:
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig file wrapGAppsHook ];
|
nativeBuildInputs = [ pkgconfig file wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ gtk3 glib intltool libwnck3 libxml2 libxslt pkgconfig file
|
buildInputs = [ gtk3 glib intltool libwnck3 libxml2 libxslt pkgconfig file
|
||||||
webkitgtk libsoup libsecret gnome_desktop libnotify libtool
|
webkitgtk214x libsoup libsecret gnome_desktop libnotify libtool
|
||||||
sqlite isocodes nss itstool p11_kit nspr icu gnome3.yelp_tools
|
sqlite isocodes nss itstool p11_kit nspr icu gnome3.yelp_tools
|
||||||
gdk_pixbuf gnome3.defaultIconTheme librsvg which gnome_common
|
gdk_pixbuf gnome3.defaultIconTheme librsvg which gnome_common
|
||||||
gcr avahi gnome3.gsettings_desktop_schemas gnome3.dconf
|
gcr avahi gnome3.gsettings_desktop_schemas gnome3.dconf
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Autogenerated by maintainers/scripts/gnome.sh update
|
# Autogenerated by maintainers/scripts/gnome.sh update
|
||||||
|
|
||||||
fetchurl: {
|
fetchurl: {
|
||||||
name = "epiphany-3.20.3";
|
name = "epiphany-3.20.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnome/sources/epiphany/3.20/epiphany-3.20.3.tar.xz;
|
url = mirror://gnome/sources/epiphany/3.20/epiphany-3.20.4.tar.xz;
|
||||||
sha256 = "4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2";
|
sha256 = "051av2xcg7ii2y273vqmdkzanygws9qsaq7ks0070y06d4rhl6xy";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue