summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/sift
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/tools/text/sift
parent42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (diff)
buildGoPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/tools/text/sift')
-rw-r--r--pkgs/tools/text/sift/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/text/sift/default.nix b/pkgs/tools/text/sift/default.nix
index 830810a84c43..5a36de5f7202 100644
--- a/pkgs/tools/text/sift/default.nix
+++ b/pkgs/tools/text/sift/default.nix
@@ -21,6 +21,5 @@ buildGoPackage rec {
homepage = "https://sift-tool.org";
maintainers = [ maintainers.carlsverre ];
license = licenses.gpl3;
- platforms = platforms.all;
};
}