hosts/blossom: remove mesa patch
This commit is contained in:
parent
58eae09b6e
commit
993abd91be
4 changed files with 0 additions and 613 deletions
|
|
@ -4,6 +4,5 @@ builtins.map (path: import path) [
|
|||
./picom.nix
|
||||
./rofi.nix
|
||||
./steam.nix
|
||||
./wlroots.nix
|
||||
./xinit.nix
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
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