overlay/wlroots: override mesa
This commit is contained in:
parent
2b4449f4bc
commit
3e5e7c03fe
2 changed files with 8 additions and 0 deletions
|
|
@ -4,5 +4,6 @@ builtins.map (path: import path) [
|
|||
./picom.nix
|
||||
./rofi.nix
|
||||
./steam.nix
|
||||
./wlroots.nix
|
||||
./xinit.nix
|
||||
]
|
||||
|
|
|
|||
7
overlays/wlroots.nix
Normal file
7
overlays/wlroots.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
self: super: {
|
||||
wlroots = super.wlroots.override {
|
||||
mesa = super.mesa.overrideAttrs(o: {
|
||||
patches = o.patches ++ [ ../hosts/blossom/mesa_mr_17182.patch ];
|
||||
});
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue