about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/ssh-chat
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 15:26:59 +1000
committerJon <jonringer@users.noreply.github.com>2020-08-15 19:34:47 -0700
commita83a88db05640a3908696f01f9da38ed39e53800 (patch)
tree7306043f426a38fcfd074f1b475a3461eb052fb4 /pkgs/applications/networking/instant-messengers/ssh-chat
parent42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (diff)
buildGoPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/ssh-chat')
-rw-r--r--pkgs/applications/networking/instant-messengers/ssh-chat/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix b/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix
index fda83066a843f..5806a269104bc 100644
--- a/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/ssh-chat/default.nix
@@ -20,6 +20,5 @@ buildGoPackage rec {
     homepage = "https://github.com/shazow/ssh-chat";
     license = licenses.mit;
     maintainers = with maintainers; [ luc65r ];
-    platforms = platforms.all;
   };
 }