Merge pull request #193141 from bobby285271/pantheon

pantheon.gala: Fix multitasking view allocation assertions

authored by Bobby Rong and committed by GitHub 54197947 9f03072d

+7
+7
pkgs/desktops/pantheon/desktop/gala/default.nix
··· 53 url = "https://github.com/elementary/gala/commit/e0095415cdbfc369e6482e84b8aaffc6a04cafe7.patch"; 54 sha256 = "sha256-n/BJPIrUaCQtBgDotOLq/bCAAccdbL6OwciXY115HsM="; 55 }) 56 ]; 57 58 nativeBuildInputs = [
··· 53 url = "https://github.com/elementary/gala/commit/e0095415cdbfc369e6482e84b8aaffc6a04cafe7.patch"; 54 sha256 = "sha256-n/BJPIrUaCQtBgDotOLq/bCAAccdbL6OwciXY115HsM="; 55 }) 56 + 57 + # MultitaskingView: fix allocation assertions 58 + # https://github.com/elementary/gala/pull/1463 59 + (fetchpatch { 60 + url = "https://github.com/elementary/gala/commit/23c7edeb0ee9b0ff0aa48c1d19fbd1739df7af78.patch"; 61 + sha256 = "sha256-OfIDBfVEZoY8vMu9F8gtfRg4TYA1MUAG94BSOBKVGcI="; 62 + }) 63 ]; 64 65 nativeBuildInputs = [