summary refs log tree commit diff
path: root/pkgs/servers/softether
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/softether')
-rw-r--r--pkgs/servers/softether/4.18.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/softether/4.18.nix b/pkgs/servers/softether/4.18.nix
index 4b5b67cf85b..69c6cbe2c86 100644
--- a/pkgs/servers/softether/4.18.nix
+++ b/pkgs/servers/softether/4.18.nix
@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
     homepage = https://www.softether.org/;
     license = licenses.gpl2;
     maintainers = [ maintainers.rick68 ];
-    platforms = platforms.all;
+    platforms = platforms.linux;
   };
 }