mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
gnome-shell: 47.beta → 47.0
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.beta...47.0 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
9509df83c9
commit
bd49d08fb8
@ -4,6 +4,7 @@
|
||||
substituteAll,
|
||||
lib,
|
||||
stdenv,
|
||||
docutils,
|
||||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
@ -56,7 +57,6 @@
|
||||
gnome-settings-daemon,
|
||||
gnome-autoar,
|
||||
gnome-tecla,
|
||||
asciidoc,
|
||||
bash-completion,
|
||||
mesa,
|
||||
libGL,
|
||||
@ -70,7 +70,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-shell";
|
||||
version = "47.beta";
|
||||
version = "47.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@ -79,7 +79,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-0v4/sK7xLouEWrNpSDUiYmkxkUCfFcR6lC5vyJ8jSIk=";
|
||||
hash = "sha256-eiB3DGKQrWmpqCyEl8sn4b+GPzh9sl6Y5ULk9sXwbe0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -112,6 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
docutils # for rst2man
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
@ -122,7 +123,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
sassc
|
||||
desktop-file-utils
|
||||
libxslt.bin
|
||||
asciidoc
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user