Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

xorg.xf86videoati: Use dev output of xorgserver

TODO: Darwin xorgserver should have consistent outputs with the Linux
one.

+1 -1
+1 -1
pkgs/servers/x11/xorg/overrides.nix
··· 328 }; 329 330 xf86videoati = attrs: attrs // { 331 - NIX_CFLAGS_COMPILE = "-I${xorg.xorgserver}/include/xorg"; 332 }; 333 334 xf86videonv = attrs: attrs // {
··· 328 }; 329 330 xf86videoati = attrs: attrs // { 331 + NIX_CFLAGS_COMPILE = "-I${xorg.xorgserver.dev or xorg.xorgserver}/include/xorg"; 332 }; 333 334 xf86videonv = attrs: attrs // {