summary refs log tree commit diff
path: root/pkgs/tools/networking/yggdrasil
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/yggdrasil
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/yggdrasil')
-rw-r--r--pkgs/tools/networking/yggdrasil/default.nix1
1 files changed, 0 insertions, 1 deletions
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 ];
   };
 }