···59 ++ lib.optionals stdenv.isLinux (with pkgs.xorg; [
60 libXi libXcursor libXrandr libXrender libXxf86vm libXcomposite libXext
61 ])
62- ++ [ pkgs.xorg.libX11 ]));
6364 # Wine locates a lot of libraries dynamically through dlopen(). Add
65 # them to the RPATH so that the user doesn't have to set them in
···59 ++ lib.optionals stdenv.isLinux (with pkgs.xorg; [
60 libXi libXcursor libXrandr libXrender libXxf86vm libXcomposite libXext
61 ])
62+ ++ [ pkgs.xorg.libX11 pkgs.perl ]));
6364 # Wine locates a lot of libraries dynamically through dlopen(). Add
65 # them to the RPATH so that the user doesn't have to set them in