···2930stdenv.mkDerivation rec {
31 pname = "gala";
32- version = "6.2.0";
3334 src = fetchFromGitHub {
35 owner = "elementary";
36 repo = pname;
37 rev = version;
38- sha256 = "1yxsfshahaxiqs5waj4v96rhjhdgyd1za4pwlg3vqq51p75k2b1g";
39 };
4041 passthru = {
···7576 patches = [
77 ./plugins-dir.patch
78- # https://github.com/elementary/gala/pull/1259
79- # https://github.com/NixOS/nixpkgs/issues/139404
80- # Remove this patch when it is included in a new release
81- # of gala OR when we no longer use mutter 3.38 for pantheon
82- ./fix-session-crash-when-taking-screenshots.patch
83 ];
8485 postPatch = ''