From 6f64c0c6d6717d39f2f5feada46fd89cbae35e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 22 Mar 2013 12:17:05 +0100 Subject: [PATCH] teamviewer: fixing broken wine reference --- pkgs/applications/networking/remote/teamviewer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]);