diff --git a/pkgs/by-name/gn/gnome-shell/package.nix b/pkgs/by-name/gn/gnome-shell/package.nix index e0db6fa1d6f1..ce78ca9b58b8 100644 --- a/pkgs/by-name/gn/gnome-shell/package.nix +++ b/pkgs/by-name/gn/gnome-shell/package.nix @@ -24,7 +24,6 @@ librsvg, webp-pixbuf-loader, geoclue2, - perl, desktop-file-utils, libpulseaudio, libical, @@ -70,7 +69,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "gnome-shell"; - version = "47.2"; + version = "47.3"; outputs = [ "out" @@ -79,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchurl { url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz"; - hash = "sha256-QYTQGhq4LLQh0couK8zgKSzrRsTHSeYbC95LdQBNLgA="; + hash = "sha256-eD3rmghlEeSlPbEFdL+7ppVXb2mAeCGMpsgMse/sKT4="; }; patches = [ @@ -118,7 +117,6 @@ stdenv.mkDerivation (finalAttrs: { pkg-config gettext gi-docgen - perl wrapGAppsHook4 sassc desktop-file-utils @@ -186,7 +184,7 @@ stdenv.mkDerivation (finalAttrs: { ]; postPatch = '' - patchShebangs src/data-to-c.pl + patchShebangs src/data-to-c.py # We can generate it ourselves. rm -f man/gnome-shell.1