about summary refs log tree commit diff
path: root/pkgs/development/tools/gox
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/development/tools/gox
parent42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (diff)
buildGoPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/development/tools/gox')
-rw-r--r--pkgs/development/tools/gox/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/gox/default.nix b/pkgs/development/tools/gox/default.nix
index 7c800df0a6bad..34e7d338318c7 100644
--- a/pkgs/development/tools/gox/default.nix
+++ b/pkgs/development/tools/gox/default.nix
@@ -16,7 +16,6 @@ buildGoPackage rec {
   meta = with stdenv.lib; {
     homepage = "https://github.com/mitchellh/gox";
     description = "A dead simple, no frills Go cross compile tool";
-    platforms = platforms.all;
     license = licenses.mpl20;
   };
 }