about summary refs log tree commit diff
path: root/pkgs/applications/networking/ike/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/ike/default.nix')
-rw-r--r--pkgs/applications/networking/ike/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ike/default.nix b/pkgs/applications/networking/ike/default.nix
index a5c21e28c3d6..7953f35507d1 100644
--- a/pkgs/applications/networking/ike/default.nix
+++ b/pkgs/applications/networking/ike/default.nix
@@ -1,8 +1,6 @@
 { stdenv, fetchurl, cmake, openssl, libedit, flex, bison, qt4, makeWrapper
 , gcc, nettools, iproute, linuxHeaders }:
 
-assert stdenv.isLinux;
-
 # NOTE: use $out/etc/iked.conf as sample configuration and also set: dhcp_file "/etc/iked.dhcp";
 # launch with "iked -f /etc/iked.conf"