summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/print-hashes.sh
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2020-10-21 00:32:00 -0700
committerRyan Burns <rtburns@protonmail.com>2020-11-04 20:56:54 -0800
commit33eb9cd9612c008e416fd0463bf043de0c4cb1c7 (patch)
tree0dc8c9921929238fd65d1a031e29c4b7d1257b2e /pkgs/development/compilers/rust/print-hashes.sh
parentf4902a941c63017968161e1c56a70ba35400da16 (diff)
downloadnixpkgs-33eb9cd9612c008e416fd0463bf043de0c4cb1c7.tar
nixpkgs-33eb9cd9612c008e416fd0463bf043de0c4cb1c7.tar.gz
nixpkgs-33eb9cd9612c008e416fd0463bf043de0c4cb1c7.tar.bz2
nixpkgs-33eb9cd9612c008e416fd0463bf043de0c4cb1c7.tar.lz
nixpkgs-33eb9cd9612c008e416fd0463bf043de0c4cb1c7.tar.xz
nixpkgs-33eb9cd9612c008e416fd0463bf043de0c4cb1c7.tar.zst
nixpkgs-33eb9cd9612c008e416fd0463bf043de0c4cb1c7.zip
rustc: enable on ppc64le
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 957011fad37..9180ccb67d9 100755
--- a/pkgs/development/compilers/rust/print-hashes.sh
+++ b/pkgs/development/compilers/rust/print-hashes.sh
@@ -14,6 +14,7 @@ PLATFORMS=(
   armv7-unknown-linux-gnueabihf
   aarch64-unknown-linux-gnu
   x86_64-apple-darwin
+  powerpc64le-unknown-linux-gnu
 )
 BASEURL=https://static.rust-lang.org/dist
 VERSION=${1:-}