gnome3.gnome-initial-setup: 3.34.0 → 3.34.1

This commit is contained in:
Tor Hedin Brønner 2019-10-07 05:51:51 +00:00
parent 86dd9b76cd
commit 59f44d7c69

View file

@ -1,6 +1,5 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, fetchpatch
, substituteAll , substituteAll
, gettext , gettext
, meson , meson
@ -37,11 +36,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-initial-setup"; pname = "gnome-initial-setup";
version = "3.34.0"; version = "3.34.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "19ly8xrj7vvjlhhbh6y2cm5l02qgq9wqfczrjdn0llkga9f8b8sc"; sha256 = "18dzx9z9bcfqfn1jivzm9m5lkcij1c9y8x77zlpxj733dgpi07z7";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -78,11 +77,6 @@ stdenv.mkDerivation rec {
]; ];
patches = [ patches = [
# Disable g-i-s service in GDM
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-initial-setup/commit/b67b5cc48c418415eb3233f78ab089bc447b1952.patch";
sha256 = "050zc6cnil71bf7ijav6w6bkr33lqwglipcg7anw9jcn7mcakhlq";
})
(substituteAll { (substituteAll {
src = ./fix-paths.patch; src = ./fix-paths.patch;
inherit tzdata libgnomekbd; inherit tzdata libgnomekbd;