From fb7b910aa3104c48cf9161d4f8f837e6bcc1ba25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 22 Mar 2013 12:54:49 +0100 Subject: [PATCH] Fixing tarball (missed assertion) --- pkgs/applications/networking/remote/teamviewer/8.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/remote/teamviewer/8.nix b/pkgs/applications/networking/remote/teamviewer/8.nix index b38a95ad2e9..cc332d65dec 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";