about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-03 23:49:35 +0200
committerGitHub <noreply@github.com>2023-03-03 23:49:35 +0200
commitd16c79b22de3e5de4fde3342dae29876208ab766 (patch)
treed016180019966e0a12de3f1ad367f8517c80f39e /pkgs/applications/blockchains
parent44f89fe6a9a3299b8d7428fa7b3360ed33a6a6b7 (diff)
parenta1979b77913b5d067d2e9e57053356372c9bbdaf (diff)
Merge pull request #219407 from wegank/stellar-core-platforms
stellar-core: add aarch64-linux support
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/stellar-core/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/stellar-core/default.nix b/pkgs/applications/blockchains/stellar-core/default.nix
index 9d984803d2196..1a9220b094536 100644
--- a/pkgs/applications/blockchains/stellar-core/default.nix
+++ b/pkgs/applications/blockchains/stellar-core/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
       store historical records of the ledger and participate in consensus.
     '';
     homepage = "https://www.stellar.org/";
-    platforms = [ "x86_64-linux" ];
+    platforms = platforms.linux;
     maintainers = with maintainers; [ ];
     license = licenses.asl20;
   };