mastodon: add aarch64-linux platform
This commit is contained in:
parent
397f7c0bb8
commit
a305410e4e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Self-hosted, globally interconnected microblogging software based on ActivityPub";
|
description = "Self-hosted, globally interconnected microblogging software based on ActivityPub";
|
||||||
homepage = "https://joinmastodon.org";
|
homepage = "https://joinmastodon.org";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
|
||||||
maintainers = with maintainers; [ petabyteboy happy-river erictapen ];
|
maintainers = with maintainers; [ petabyteboy happy-river erictapen ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue