Merge pull request #219407 from wegank/stellar-core-platforms

stellar-core: add aarch64-linux support
This commit is contained in:
Weijia Wang 2023-03-03 23:49:35 +02:00 committed by GitHub
commit d16c79b22d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};