summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-08-17 14:54:39 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-17 14:54:39 +0200
commit0ac85bc455148e4a4b359fb230e3e3cca3b35b72 (patch)
tree0774fb04a9a494a4d8048f013cc608b7afa605a7 /pkgs/development/tools/parsing
parent566683ab5e76f570f34d0a4ec6484250859fae85 (diff)
parent914b9788fd18a0eb908c7bf630cb206f5dabd25e (diff)
downloadnixpkgs-0ac85bc455148e4a4b359fb230e3e3cca3b35b72.tar
nixpkgs-0ac85bc455148e4a4b359fb230e3e3cca3b35b72.tar.gz
nixpkgs-0ac85bc455148e4a4b359fb230e3e3cca3b35b72.tar.bz2
nixpkgs-0ac85bc455148e4a4b359fb230e3e3cca3b35b72.tar.lz
nixpkgs-0ac85bc455148e4a4b359fb230e3e3cca3b35b72.tar.xz
nixpkgs-0ac85bc455148e4a4b359fb230e3e3cca3b35b72.tar.zst
nixpkgs-0ac85bc455148e4a4b359fb230e3e3cca3b35b72.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/tree-sitter/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/tree-sitter/default.nix b/pkgs/development/tools/parsing/tree-sitter/default.nix
index e77b338a20a..51af3acdacd 100644
--- a/pkgs/development/tools/parsing/tree-sitter/default.nix
+++ b/pkgs/development/tools/parsing/tree-sitter/default.nix
@@ -90,7 +90,6 @@ in rustPlatform.buildRustPackage {
       * Robust enough to provide useful results even in the presence of syntax errors
       * Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
     '';
-    platforms = lib.platforms.all;
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ Profpatsch ];
     # Darwin needs some more work with default libraries