We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe2ba3 commit ca34824Copy full SHA for ca34824
pkgs/servers/x11/xorg/overrides.nix
@@ -604,7 +604,6 @@ self: super:
604
});
605
606
xf86videovmware = super.xf86videovmware.overrideAttrs (attrs: {
607
- buildInputs = attrs.buildInputs ++ [ mesa mesa.driversdev llvm ]; # for libxatracker
608
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=address" ]; # gcc12
609
meta = attrs.meta // {
610
platforms = ["i686-linux" "x86_64-linux"];
0 commit comments