5 lines
124 B
Nix
5 lines
124 B
Nix
self: super: {
|
|
mesa = super.mesa.overrideAttrs(o: {
|
|
patches = o.patches ++ [ ./patches/mesa_mr_17182.patch ];
|
|
});
|
|
}
|