gnome.mutter: fixup color-device: Don't create profiles from obvious garbage data
This commit is contained in:
parent
05a70bf0a9
commit
c737f11306
1 changed files with 9 additions and 0 deletions
|
@ -65,6 +65,15 @@ let self = stdenv.mkDerivation rec {
|
|||
url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/285a5a4d54ca83b136b787ce5ebf1d774f9499d5.patch";
|
||||
sha256 = "/npUE3idMSTVlFptsDpZmGWjZ/d2gqruVlJKq4eF4xU=";
|
||||
})
|
||||
|
||||
# color-device: Don't create profiles from obvious garbage data
|
||||
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2627
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2627.patch";
|
||||
sha256 = "SafC29+gjcj6JswHY6yuwcOS16LPYvFwYW1TEpNNSHc=";
|
||||
})
|
||||
|
||||
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue