summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/print-hashes.sh
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2018-12-20 19:28:09 -0500
committerBen Wolsieffer <benwolsieffer@gmail.com>2019-11-23 19:19:31 -0500
commit83ac9c07e4df352e177ebdf978320089a137183a (patch)
treee296c9d6e056eb1a18fd3807a2f42b6e14413306 /pkgs/development/compilers/rust/print-hashes.sh
parent9ab168b500e8888184975d47284fe3114da0e1b9 (diff)
downloadnixpkgs-83ac9c07e4df352e177ebdf978320089a137183a.tar
nixpkgs-83ac9c07e4df352e177ebdf978320089a137183a.tar.gz
nixpkgs-83ac9c07e4df352e177ebdf978320089a137183a.tar.bz2
nixpkgs-83ac9c07e4df352e177ebdf978320089a137183a.tar.lz
nixpkgs-83ac9c07e4df352e177ebdf978320089a137183a.tar.xz
nixpkgs-83ac9c07e4df352e177ebdf978320089a137183a.tar.zst
nixpkgs-83ac9c07e4df352e177ebdf978320089a137183a.zip
rust: add support for armv6l-linux and armv7l-linux
Diffstat (limited to 'pkgs/development/compilers/rust/print-hashes.sh')
-rwxr-xr-xpkgs/development/compilers/rust/print-hashes.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/print-hashes.sh b/pkgs/development/compilers/rust/print-hashes.sh
index 7eb00a30ad7..1d46fe376d4 100755
--- a/pkgs/development/compilers/rust/print-hashes.sh
+++ b/pkgs/development/compilers/rust/print-hashes.sh
@@ -10,6 +10,7 @@ set -euo pipefail
 PLATFORMS=(
   i686-unknown-linux-gnu
   x86_64-unknown-linux-gnu
+  arm-unknown-linux-gnueabihf
   armv7-unknown-linux-gnueabihf
   aarch64-unknown-linux-gnu
   i686-apple-darwin