Revert "overlays/mesa: oops"

This reverts commit 5254595281.
This commit is contained in:
LavaDesu 2022-10-10 15:45:27 +07:00
parent 26f2010175
commit df95481984
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,5 +1,5 @@
self: super: {
mesa = super.mesa.overrideAttrs(o: {
patches = o.patches ++ [ ./patches/mesa_mr_17182.patch ];
patches = o.patches ++ [ ./patches/mr_17182.patch ];
});
}