forked from mirrors/nixpkgs
Merge pull request #219407 from wegank/stellar-core-platforms
stellar-core: add aarch64-linux support
This commit is contained in:
commit
d16c79b22d
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue