summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 15:27:40 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-16 12:48:18 +1000
commit473536e3b562117e4ccaec7f3775de6ec34df2e4 (patch)
tree97e41518c71c165835cd4cac1300bb5e8d8ee4e9 /doc
parent4789d6feafd9ba0613b9f1fd4dcd6b1ed0572f4b (diff)
downloadnixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.gz
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.bz2
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.lz
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.xz
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.zst
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.zip
buildRustPackage: remove platform.all from packages
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 419d7da19f8..6c51da87cab 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/BurntSushi/ripgrep";
     license = licenses.unlicense;
     maintainers = [ maintainers.tailhook ];
-    platforms = platforms.all;
   };
 }
 ```