zammad: allow on aarch64-linux

This commit is contained in:
Ember Keske 2023-05-17 16:12:23 +02:00
parent 8c5087c1f6
commit 06c774fb8e

View file

@ -143,7 +143,7 @@ stdenv.mkDerivation {
description = "Zammad, a web-based, open source user support/ticketing solution.";
homepage = "https://zammad.org";
license = licenses.agpl3Plus;
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ n0emis garbas taeer ];
};
}