Skip to content

Commit

Permalink
gnome3.mutter: 3.34.5 -> 3.34.6
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Jul 15, 2020
1 parent e099a66 commit c5d806d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkgs/desktops/gnome-3/core/mutter/default.nix
Expand Up @@ -42,13 +42,13 @@

stdenv.mkDerivation rec {
pname = "mutter";
version = "3.34.5";
version = "3.34.6";

outputs = [ "out" "dev" "man" ];

src = fetchurl {
url = "mirror://gnome/sources/mutter/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1i3r51ghfld1rf1rczzi3jhybz3mhywqcj2jyiqhfcyp1svlklfi";
sha256 = "09imi2ain2v6s46cjx6yq7wymwazpcaqkv0whdc1765q6dyyig93";
};

mesonFlags = [
Expand Down Expand Up @@ -111,12 +111,6 @@ stdenv.mkDerivation rec {
sha256 = "0imy2j8af9477jliwdq4jc40yw1cifsjjf196gnmwxr9rkj0hbrd";
})

# gnome-3-34 2020-04-24
(fetchpatch {
url = "https://github.com/GNOME/mutter/compare/3.34.5..3bafd234248fdcd84bc62fef5e31c29fbb613909.patch";
sha256 = "1a7krbdfmvx204p6av44rbp4ckp6ddg1mms8wkixxh2p871zq1pi";
})

# Drop inheritable cap_sys_nice, to prevent the ambient set from leaking
# from mutter/gnome-shell, see https://github.com/NixOS/nixpkgs/issues/71381
./drop-inheritable.patch
Expand Down

0 comments on commit c5d806d

Please sign in to comment.