Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

wine: add perl to buildInputs to fix winemaker

authored by

Tadeo Kondrak and committed by
Frederik Rietdijk
0d99389a 09fb07e4

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