overlays/mesa: oops

This commit is contained in:
LavaDesu 2022-10-10 15:24:00 +07:00
parent c0c0b79eb7
commit 5254595281
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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