7 lines
179 B
Nix
7 lines
179 B
Nix
self: super: {
|
|
wlroots = super.wlroots.override {
|
|
mesa = super.mesa.overrideAttrs(o: {
|
|
patches = o.patches ++ [ ../hosts/blossom/mesa_mr_17182.patch ];
|
|
});
|
|
};
|
|
}
|