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
|
../../users/rin
|
||||||
];
|
];
|
||||||
|
|
||||||
system.replaceRuntimeDependencies = [ ({
|
hardware.opengl.package = (pkgs.mesa.overrideAttrs(o: {
|
||||||
original = pkgs.mesa;
|
patches = o.patches ++ [ ./mesa_mr_17182.patch ];
|
||||||
replacement = pkgs.mesa.overrideAttrs(o: {
|
})).drivers;
|
||||||
patches = o.patches ++ [ ./mesa_mr_17182.patch ];
|
|
||||||
});
|
|
||||||
}) ];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue