hosts/blossom: patch mesa

This commit is contained in:
LavaDesu 2022-10-10 15:48:26 +07:00
parent 77a8caf565
commit a17d353755
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 773 additions and 0 deletions

View file

@ -32,5 +32,12 @@
../../users/rin
];
system.replaceRuntimeDependencies = [ ({
original = pkgs.mesa;
replacement = pkgs.mesa.overrideAttrs(o: {
patches = o.patches ++ [ ./mesa_mr_17182.patch ];
});
}) ];
}