teamviewer: fixing broken wine reference

This commit is contained in:
Lluís Batlle i Rossell 2013-03-22 12:17:05 +01:00
parent 930ace150b
commit 6f64c0c6d6

View File

@ -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 ]);