mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
teamviewer: fixing broken wine reference
This commit is contained in:
parent
930ace150b
commit
6f64c0c6d6
@ -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 ]);
|
||||
|
Loading…
Reference in New Issue
Block a user