summary refs log tree commit diff
path: root/pkgs/tools/text
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
parent42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (diff)
downloadnixpkgs-a83a88db05640a3908696f01f9da38ed39e53800.tar
nixpkgs-a83a88db05640a3908696f01f9da38ed39e53800.tar.gz
nixpkgs-a83a88db05640a3908696f01f9da38ed39e53800.tar.bz2
nixpkgs-a83a88db05640a3908696f01f9da38ed39e53800.tar.lz
nixpkgs-a83a88db05640a3908696f01f9da38ed39e53800.tar.xz
nixpkgs-a83a88db05640a3908696f01f9da38ed39e53800.tar.zst
nixpkgs-a83a88db05640a3908696f01f9da38ed39e53800.zip
buildGoPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/platinum-searcher/default.nix1
-rw-r--r--pkgs/tools/text/sift/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/text/platinum-searcher/default.nix b/pkgs/tools/text/platinum-searcher/default.nix
index 53aa9ac7b76..b53c5646e70 100644
--- a/pkgs/tools/text/platinum-searcher/default.nix
+++ b/pkgs/tools/text/platinum-searcher/default.nix
@@ -19,7 +19,6 @@ buildGoPackage rec {
   meta = with stdenv.lib; {
     homepage = "https://github.com/monochromegane/the_platinum_searcher";
     description = "A code search tool similar to ack and the_silver_searcher(ag).";
-    platforms = platforms.all;
     license = licenses.mit;
   };
 }
diff --git a/pkgs/tools/text/sift/default.nix b/pkgs/tools/text/sift/default.nix
index 830810a84c4..5a36de5f720 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;
   };
 }