stellar-core: add aarch64-linux support

This commit is contained in:
Weijia Wang 2023-03-03 23:21:58 +02:00
parent 9fc7ebf855
commit a1979b7791

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