xorg.libpciaccess: Not supported on Darwin

http://hydra.nixos.org/build/38160825/nixlog/1/raw

+4
+4
pkgs/servers/x11/xorg/overrides.nix
··· 244 244 outputs = [ "dev" "out" ]; # mainly to avoid propagation 245 245 }; 246 246 247 + libpciaccess = attrs: attrs // { 248 + meta = attrs.meta // { platforms = stdenv.lib.platforms.linux; }; 249 + }; 250 + 247 251 setxkbmap = attrs: attrs // { 248 252 postInstall = 249 253 ''