about 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 12:54:49 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-03-22 12:55:01 +0100
commitfb7b910aa3104c48cf9161d4f8f837e6bcc1ba25 (patch)
tree844d0183a3d3f47a5db7374327149be4175d33c2 /pkgs/applications/networking/remote
parent7df21af24233919c830e4860397b022ed45a9cd4 (diff)
downloadnixlib-fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25.tar
nixlib-fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25.tar.gz
nixlib-fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25.tar.bz2
nixlib-fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25.tar.lz
nixlib-fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25.tar.xz
nixlib-fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25.tar.zst
nixlib-fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25.zip
Fixing tarball (missed assertion)
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/teamviewer/8.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/teamviewer/8.nix b/pkgs/applications/networking/remote/teamviewer/8.nix
index b38a95ad2e9c..cc332d65dece 100644
--- a/pkgs/applications/networking/remote/teamviewer/8.nix
+++ b/pkgs/applications/networking/remote/teamviewer/8.nix
@@ -6,6 +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";
 let
   topath = "${wine}/bin";