hosts/blossom: patch mesa
This commit is contained in:
parent
77a8caf565
commit
a17d353755
2 changed files with 773 additions and 0 deletions
|
|
@ -32,5 +32,12 @@
|
|||
|
||||
../../users/rin
|
||||
];
|
||||
|
||||
system.replaceRuntimeDependencies = [ ({
|
||||
original = pkgs.mesa;
|
||||
replacement = pkgs.mesa.overrideAttrs(o: {
|
||||
patches = o.patches ++ [ ./mesa_mr_17182.patch ];
|
||||
});
|
||||
}) ];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue