xwinwrap: use xorg.* packages directly instead of xlibsWrapper indirection

Tested as no material change in `out` output with `diffoscope`.

authored by

Sergei Trofimovich and committed by
Bjørn Forsman
0b67da19 e180a698

+4 -2
+4 -2
pkgs/tools/X11/xwinwrap/default.nix
··· 1 - { lib, stdenv, fetchbzr, xlibsWrapper }: 1 + { lib, stdenv, fetchbzr, xorg }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "xwinwrap"; ··· 11 11 }; 12 12 13 13 buildInputs = [ 14 - xlibsWrapper 14 + xorg.libX11 15 + xorg.libXext 16 + xorg.libXrender 15 17 ]; 16 18 17 19 buildPhase = if stdenv.hostPlatform.system == "x86_64-linux" then ''