gnome-shell: 47.2 → 47.3
- Perl no longer needed: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3578 - ibus no longer checked at build time but still a runtime dependency: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/51bb00e3926f0107f2bb4bd74f8c4133942d951c https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.2...47.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user