diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix index 5c668b6e920..8c629519764 100644 --- a/pkgs/applications/networking/remote/teamviewer/default.nix +++ b/pkgs/applications/networking/remote/teamviewer/default.nix @@ -3,7 +3,7 @@ assert stdenv.system == "i686-linux"; let - topath = wine; + topath = "${wine}/bin"; toldpath = stdenv.lib.concatStringsSep ":" (map (x: "${x}/lib") [ stdenv.gcc.gcc libX11 libXtst libXext libXdamage libXfixes wine ]);