hosts/blossom: patch using opengl.package instead
This commit is contained in:
parent
a17d353755
commit
1fd1afaa49
1 changed files with 3 additions and 6 deletions
|
|
@ -33,11 +33,8 @@
|
|||
../../users/rin
|
||||
];
|
||||
|
||||
system.replaceRuntimeDependencies = [ ({
|
||||
original = pkgs.mesa;
|
||||
replacement = pkgs.mesa.overrideAttrs(o: {
|
||||
patches = o.patches ++ [ ./mesa_mr_17182.patch ];
|
||||
});
|
||||
}) ];
|
||||
hardware.opengl.package = (pkgs.mesa.overrideAttrs(o: {
|
||||
patches = o.patches ++ [ ./mesa_mr_17182.patch ];
|
||||
})).drivers;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue