1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

opengl service: don't override mesa non-drivers in runtime

This commit is contained in:
Nikolay Amiantov 2018-03-19 03:06:07 +03:00
parent 4b8e3c66d9
commit cdf1079665

View file

@ -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)
];
};