about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
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/applications/networking/mailreaders
parent78922caea3d378ed075dc34a0022f60a1232df3c (diff)
buildGoModule: remove platform.all from packages
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/hasmail/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/hasmail/default.nix b/pkgs/applications/networking/mailreaders/hasmail/default.nix
index 3bc4ad84f99a3..a097fd0dd8a97 100644
--- a/pkgs/applications/networking/mailreaders/hasmail/default.nix
+++ b/pkgs/applications/networking/mailreaders/hasmail/default.nix
@@ -38,6 +38,5 @@ buildGoModule rec {
     homepage = "https://github.com/jonhoo/hasmail";
     license = licenses.unlicense;
     maintainers = with maintainers; [ doronbehar ];
-    platforms = platforms.all;
   };
 }