Fixing the teamviewer evaluation and builds.

Now tested even the tarball, before committing.
This commit is contained in:
Lluís Batlle i Rossell 2013-03-22 16:16:10 +01:00
parent 48a871ffb7
commit 4144141c7b
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# It doesn't want to start unless teamviewerd is running as root.
# I haven't tried to make the daemon run.
assert stdenv.system = "i686-linux";
assert stdenv.system == "i686-linux";
let
topath = "${wine}/bin";

View File

@ -1629,10 +1629,10 @@ let
tcpdump = callPackage ../tools/networking/tcpdump { };
teamviewer = callPackage ../applications/networking/remote/teamviewer { };
teamviewer = callPackage_i686 ../applications/networking/remote/teamviewer { };
# Work In Progress: it doesn't start unless running a daemon as root
teamviewer8 = lowPrio (callPackage ../applications/networking/remote/teamviewer/8.nix { });
teamviewer8 = lowPrio (callPackage_i686 ../applications/networking/remote/teamviewer/8.nix { });
telnet = callPackage ../tools/networking/telnet { };