summary refs log tree commit diff
path: root/pkgs/tools/text/xsv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/xsv/default.nix')
-rw-r--r--pkgs/tools/text/xsv/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/text/xsv/default.nix b/pkgs/tools/text/xsv/default.nix
index 927d0d14be6..b17dba7a127 100644
--- a/pkgs/tools/text/xsv/default.nix
+++ b/pkgs/tools/text/xsv/default.nix
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/BurntSushi/xsv";
     license = with licenses; [ unlicense /* or */ mit ];
     maintainers = [ maintainers.jgertm ];
-    platforms = platforms.all;
   };
 }