overlays/mesa: add patch to fix gamescope
This commit is contained in:
parent
97ad0869d2
commit
c0c0b79eb7
3 changed files with 772 additions and 0 deletions
5
overlays/mesa.nix
Normal file
5
overlays/mesa.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
self: super: {
|
||||
mesa = super.mesa.overrideAttrs(o: {
|
||||
patches = o.patches ++ [ ./patches/mr_17182.patch ];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue