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.
|
# It doesn't want to start unless teamviewerd is running as root.
|
||||||
# I haven't tried to make the daemon run.
|
# I haven't tried to make the daemon run.
|
||||||
|
|
||||||
assert stdenv.system = "i686-linux";
|
assert stdenv.system == "i686-linux";
|
||||||
let
|
let
|
||||||
topath = "${wine}/bin";
|
topath = "${wine}/bin";
|
||||||
|
|
||||||
|
@ -1629,10 +1629,10 @@ let
|
|||||||
|
|
||||||
tcpdump = callPackage ../tools/networking/tcpdump { };
|
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
|
# 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 { };
|
telnet = callPackage ../tools/networking/telnet { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user