mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
Fixing the teamviewer evaluation and builds.
Now tested even the tarball, before committing.
This commit is contained in:
parent
48a871ffb7
commit
4144141c7b
@ -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";
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user