xorg.xf86videoati: Use dev output of xorgserver

TODO: Darwin xorgserver should have consistent outputs with the Linux
one.
This commit is contained in:
Tuomas Tynkkynen 2016-08-29 21:32:25 +03:00
parent b2e701cb1d
commit d4eb6887b9

View File

@ -328,7 +328,7 @@ in
};
xf86videoati = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-I${xorg.xorgserver}/include/xorg";
NIX_CFLAGS_COMPILE = "-I${xorg.xorgserver.dev or xorg.xorgserver}/include/xorg";
};
xf86videonv = attrs: attrs // {