teamviewer: fixing broken wine reference
This commit is contained in:
parent
930ace150b
commit
6f64c0c6d6
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
assert stdenv.system == "i686-linux";
|
assert stdenv.system == "i686-linux";
|
||||||
let
|
let
|
||||||
topath = wine;
|
topath = "${wine}/bin";
|
||||||
|
|
||||||
toldpath = stdenv.lib.concatStringsSep ":" (map (x: "${x}/lib")
|
toldpath = stdenv.lib.concatStringsSep ":" (map (x: "${x}/lib")
|
||||||
[ stdenv.gcc.gcc libX11 libXtst libXext libXdamage libXfixes wine ]);
|
[ stdenv.gcc.gcc libX11 libXtst libXext libXdamage libXfixes wine ]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user