pcb: use xorg.* packages directly instead of xlibsWrapper

As recommended by https://github.com/NixOS/nixpkgs/issues/194054

Built outputs (`x86-linux`) are identical except for the `pcb` binary, which was
manually reviewed with `vbindiff` to confirm that the only differences were
self-$out path references.

+5 -2
+5 -2
pkgs/applications/science/electronics/pcb/default.nix
··· 8 , netpbm 9 , imagemagick 10 , dbus 11 - , xlibsWrapper 12 , libGLU 13 , libGL 14 , shared-mime-info ··· 40 buildInputs = [ 41 gtk2 42 dbus 43 - xlibsWrapper 44 libGLU 45 libGL 46 tcl
··· 8 , netpbm 9 , imagemagick 10 , dbus 11 + , freetype 12 + , fontconfig 13 , libGLU 14 , libGL 15 , shared-mime-info ··· 41 buildInputs = [ 42 gtk2 43 dbus 44 + xorg.libXrender 45 + freetype 46 + fontconfig 47 libGLU 48 libGL 49 tcl