xf86-video-vmware: drop the now useless mesa dependency

This commit is contained in:
K900
2025-03-06 09:09:52 +03:00
parent afe2ba39e4
commit ca3482476e
-1
View File
@@ -604,7 +604,6 @@ self: super:
});
xf86videovmware = super.xf86videovmware.overrideAttrs (attrs: {
buildInputs = attrs.buildInputs ++ [ mesa mesa.driversdev llvm ]; # for libxatracker
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=address" ]; # gcc12
meta = attrs.meta // {
platforms = ["i686-linux" "x86_64-linux"];