6 lines
119 B
Nix
6 lines
119 B
Nix
|
|
self: super: {
|
||
|
|
mesa = super.mesa.overrideAttrs(o: {
|
||
|
|
patches = o.patches ++ [ ./patches/mr_17182.patch ];
|
||
|
|
});
|
||
|
|
}
|