summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 15:24:30 +1000
committerJon <jonringer@users.noreply.github.com>2020-08-15 19:34:47 -0700
commit42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (patch)
tree426fce1de345a23b4c4873796be746706c41070f /pkgs/tools/networking
parent78922caea3d378ed075dc34a0022f60a1232df3c (diff)
downloadnixpkgs-42313b92bcb6ceb3eaac67e2e4f2c23f25373f24.tar
nixpkgs-42313b92bcb6ceb3eaac67e2e4f2c23f25373f24.tar.gz
nixpkgs-42313b92bcb6ceb3eaac67e2e4f2c23f25373f24.tar.bz2
nixpkgs-42313b92bcb6ceb3eaac67e2e4f2c23f25373f24.tar.lz
nixpkgs-42313b92bcb6ceb3eaac67e2e4f2c23f25373f24.tar.xz
nixpkgs-42313b92bcb6ceb3eaac67e2e4f2c23f25373f24.tar.zst
nixpkgs-42313b92bcb6ceb3eaac67e2e4f2c23f25373f24.zip
buildGoModule: remove platform.all from packages
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/clash/default.nix1
-rw-r--r--pkgs/tools/networking/dnsproxy/default.nix1
-rw-r--r--pkgs/tools/networking/frp/default.nix1
-rw-r--r--pkgs/tools/networking/nebula/default.nix1
-rw-r--r--pkgs/tools/networking/oneshot/default.nix1
-rw-r--r--pkgs/tools/networking/shadowfox/default.nix1
-rw-r--r--pkgs/tools/networking/yggdrasil/default.nix1
7 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/tools/networking/clash/default.nix b/pkgs/tools/networking/clash/default.nix
index a0b10df6e56..c26af7743c4 100644
--- a/pkgs/tools/networking/clash/default.nix
+++ b/pkgs/tools/networking/clash/default.nix
@@ -25,6 +25,5 @@ buildGoModule rec {
     homepage = "https://github.com/Dreamacro/clash";
     license = licenses.gpl3;
     maintainers = with maintainers; [ contrun filalex77 ];
-    platforms = platforms.all;
   };
 }
diff --git a/pkgs/tools/networking/dnsproxy/default.nix b/pkgs/tools/networking/dnsproxy/default.nix
index 1382cbf86e3..52c7161f8e0 100644
--- a/pkgs/tools/networking/dnsproxy/default.nix
+++ b/pkgs/tools/networking/dnsproxy/default.nix
@@ -20,6 +20,5 @@ buildGoModule rec {
     homepage = "https://github.com/AdguardTeam/dnsproxy";
     license = licenses.gpl3;
     maintainers = with maintainers; [ contrun ];
-    platforms = platforms.all;
   };
 }
diff --git a/pkgs/tools/networking/frp/default.nix b/pkgs/tools/networking/frp/default.nix
index d0d788b1609..a998b25e3e7 100644
--- a/pkgs/tools/networking/frp/default.nix
+++ b/pkgs/tools/networking/frp/default.nix
@@ -28,6 +28,5 @@ buildGoModule rec {
     homepage = "https://github.com/fatedier/frp";
     license = licenses.asl20;
     maintainers = with maintainers; [ filalex77 ];
-    platforms = platforms.all;
   };
 }
diff --git a/pkgs/tools/networking/nebula/default.nix b/pkgs/tools/networking/nebula/default.nix
index 2e464630056..178979b2caf 100644
--- a/pkgs/tools/networking/nebula/default.nix
+++ b/pkgs/tools/networking/nebula/default.nix
@@ -39,7 +39,6 @@ buildGoModule rec {
     homepage = "https://github.com/slackhq/nebula";
     license = licenses.mit;
     maintainers = with maintainers; [ filalex77 ];
-    platforms = platforms.all;
   };
 
 }
diff --git a/pkgs/tools/networking/oneshot/default.nix b/pkgs/tools/networking/oneshot/default.nix
index 4ce866e9040..e9772b193d3 100644
--- a/pkgs/tools/networking/oneshot/default.nix
+++ b/pkgs/tools/networking/oneshot/default.nix
@@ -22,6 +22,5 @@ buildGoModule rec {
     homepage = "https://github.com/raphaelreyna/oneshot";
     license = licenses.mit;
     maintainers = with maintainers; [ edibopp ];
-    platforms = platforms.all;
   };
 }
diff --git a/pkgs/tools/networking/shadowfox/default.nix b/pkgs/tools/networking/shadowfox/default.nix
index 0e1e6b9b42e..5f7247248e7 100644
--- a/pkgs/tools/networking/shadowfox/default.nix
+++ b/pkgs/tools/networking/shadowfox/default.nix
@@ -24,7 +24,6 @@ buildGoModule rec {
     '';
     homepage = "https://overdodactyl.github.io/ShadowFox/";
     license = licenses.mit;
-    platforms = platforms.all;
     maintainers = with maintainers; [ infinisil ];
   };
 }
diff --git a/pkgs/tools/networking/yggdrasil/default.nix b/pkgs/tools/networking/yggdrasil/default.nix
index 940d63963dc..90cd64b83ad 100644
--- a/pkgs/tools/networking/yggdrasil/default.nix
+++ b/pkgs/tools/networking/yggdrasil/default.nix
@@ -36,7 +36,6 @@ buildGoModule rec {
       "An experiment in scalable routing as an encrypted IPv6 overlay network";
     homepage = "https://yggdrasil-network.github.io/";
     license = licenses.lgpl3;
-    platforms = platforms.all;
     maintainers = with maintainers; [ ehmry gazally lassulus ];
   };
 }