mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
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.
|
store historical records of the ledger and participate in consensus.
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.stellar.org/";
|
homepage = "https://www.stellar.org/";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user