Skip to content

Commit ca34824

Browse files
committed
xf86-video-vmware: drop the now useless mesa dependency
1 parent afe2ba3 commit ca34824

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/servers/x11/xorg/overrides.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ self: super:
604604
});
605605

606606
xf86videovmware = super.xf86videovmware.overrideAttrs (attrs: {
607-
buildInputs = attrs.buildInputs ++ [ mesa mesa.driversdev llvm ]; # for libxatracker
608607
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=address" ]; # gcc12
609608
meta = attrs.meta // {
610609
platforms = ["i686-linux" "x86_64-linux"];

0 commit comments

Comments
 (0)