forked from mirrors/nixpkgs
opengl service: don't override mesa non-drivers in runtime
This commit is contained in:
parent
4b8e3c66d9
commit
cdf1079665
|
@ -14,7 +14,6 @@ let
|
|||
name = "mesa-drivers+txc-${p.mesa_drivers.version}";
|
||||
paths =
|
||||
[ p.mesa_drivers
|
||||
p.mesa_drivers.out # mainly for libGL
|
||||
(if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc)
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue