gnome3.gnome-shell: 3.28.0 → 3.28.1
This commit is contained in:
parent
2b1db53296
commit
df80580521
@ -1,7 +1,7 @@
|
|||||||
{ fetchurl, fetchpatch, substituteAll, stdenv, meson, ninja, pkgconfig, gnome3, json-glib, libcroco, gettext, libsecret
|
{ fetchurl, fetchpatch, substituteAll, stdenv, meson, ninja, pkgconfig, gnome3, json-glib, libcroco, gettext, libsecret
|
||||||
, python3Packages, libsoup, polkit, clutter, networkmanager, docbook_xsl , docbook_xsl_ns, at-spi2-core
|
, python3Packages, libsoup, polkit, clutter, networkmanager, docbook_xsl , docbook_xsl_ns, at-spi2-core
|
||||||
, libstartup_notification, telepathy-glib, telepathy-logger, libXtst, unzip, glibcLocales, shared-mime-info
|
, libstartup_notification, telepathy-glib, telepathy-logger, libXtst, unzip, glibcLocales, shared-mime-info
|
||||||
, libgweather, libcanberra-gtk3, librsvg, geoclue2, perl, docbook_xml_dtd_42
|
, libgweather, libcanberra-gtk3, librsvg, geoclue2, perl, docbook_xml_dtd_42, desktop-file-utils
|
||||||
, libpulseaudio, libical, nss, gobjectIntrospection, gstreamer, wrapGAppsHook
|
, libpulseaudio, libical, nss, gobjectIntrospection, gstreamer, wrapGAppsHook
|
||||||
, accountsservice, gdk_pixbuf, gdm, upower, ibus, networkmanagerapplet
|
, accountsservice, gdk_pixbuf, gdm, upower, ibus, networkmanagerapplet
|
||||||
, sassc, systemd, gst_all_1 }:
|
, sassc, systemd, gst_all_1 }:
|
||||||
@ -13,11 +13,11 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "gnome-shell-${version}";
|
name = "gnome-shell-${version}";
|
||||||
version = "3.28.0";
|
version = "3.28.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-shell/${gnome3.versionBranch version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/gnome-shell/${gnome3.versionBranch version}/${name}.tar.xz";
|
||||||
sha256 = "0kmsh305cfr3fg40rhwykqbl466lwcq9djda25kf29ib7h6w1pn7";
|
sha256 = "1k2cgaky293kcjis0pmh9hw1aby3yyilb5dzrbww62wxzppc9s35";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needed to find /etc/NetworkManager/VPN
|
# Needed to find /etc/NetworkManager/VPN
|
||||||
@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig gettext docbook_xsl docbook_xsl_ns docbook_xml_dtd_42 perl wrapGAppsHook glibcLocales
|
meson ninja pkgconfig gettext docbook_xsl docbook_xsl_ns docbook_xml_dtd_42 perl wrapGAppsHook glibcLocales
|
||||||
sassc
|
sassc desktop-file-utils
|
||||||
];
|
];
|
||||||
buildInputs = with gnome3; [
|
buildInputs = with gnome3; [
|
||||||
systemd caribou
|
systemd caribou
|
||||||
|
Loading…
x
Reference in New Issue
Block a user