summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-03-22 16:16:10 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-03-22 16:16:37 +0100
commit4144141c7b5d0b942e57f84eb352a7e0cc92a6f2 (patch)
treee7fab78ed58ac205ed1815732905c390125f3c7d /pkgs/applications/networking/remote
parent48a871ffb7c04df1feff2a1f771e45608afff6d3 (diff)
downloadnixpkgs-4144141c7b5d0b942e57f84eb352a7e0cc92a6f2.tar
nixpkgs-4144141c7b5d0b942e57f84eb352a7e0cc92a6f2.tar.gz
nixpkgs-4144141c7b5d0b942e57f84eb352a7e0cc92a6f2.tar.bz2
nixpkgs-4144141c7b5d0b942e57f84eb352a7e0cc92a6f2.tar.lz
nixpkgs-4144141c7b5d0b942e57f84eb352a7e0cc92a6f2.tar.xz
nixpkgs-4144141c7b5d0b942e57f84eb352a7e0cc92a6f2.tar.zst
nixpkgs-4144141c7b5d0b942e57f84eb352a7e0cc92a6f2.zip
Fixing the teamviewer evaluation and builds.
Now tested even the tarball, before committing.
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/teamviewer/8.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/teamviewer/8.nix b/pkgs/applications/networking/remote/teamviewer/8.nix
index cc332d65dec..8113e33e0a7 100644
--- a/pkgs/applications/networking/remote/teamviewer/8.nix
+++ b/pkgs/applications/networking/remote/teamviewer/8.nix
@@ -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";