aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/logmein-hamachi
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-03 00:58:11 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-03 13:09:20 -0500
commit143978a477e4891bd94be6d9fcf257f726b403cd (patch)
treeb93f545ca15d5dd7410e7ec13be3df1709b935c6 /pkgs/tools/networking/logmein-hamachi
parent3216cf6cdf5a9d0e77af10add1a9cd5c0d6106c2 (diff)
treewide: remove platform assertions
linux: readd assertion
Diffstat (limited to 'pkgs/tools/networking/logmein-hamachi')
-rw-r--r--pkgs/tools/networking/logmein-hamachi/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/networking/logmein-hamachi/default.nix b/pkgs/tools/networking/logmein-hamachi/default.nix
index bbee6546b2f4..0b585d10316c 100644
--- a/pkgs/tools/networking/logmein-hamachi/default.nix
+++ b/pkgs/tools/networking/logmein-hamachi/default.nix
@@ -2,8 +2,6 @@
with stdenv.lib;
-assert stdenv.isLinux;
-
let
arch =
if stdenv.system == "x86_64-linux" then "x64"