hosts/blossom: patch using opengl.package instead

This commit is contained in:
LavaDesu 2022-10-10 15:53:10 +07:00
parent a17d353755
commit 1fd1afaa49
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -33,11 +33,8 @@
../../users/rin ../../users/rin
]; ];
system.replaceRuntimeDependencies = [ ({ hardware.opengl.package = (pkgs.mesa.overrideAttrs(o: {
original = pkgs.mesa;
replacement = pkgs.mesa.overrideAttrs(o: {
patches = o.patches ++ [ ./mesa_mr_17182.patch ]; patches = o.patches ++ [ ./mesa_mr_17182.patch ];
}); })).drivers;
}) ];
} }