authenticator: unbreak on aarch64-linux

This commit is contained in:
Weijia Wang 2023-04-21 22:14:17 +03:00
parent 40e4b45adc
commit 95e441b002

View File

@ -73,8 +73,5 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ austinbutler ];
platforms = lib.platforms.linux;
# Fails to build on aarch64 with error
# "a label can only be part of a statement and a declaration is not a statement"
broken = stdenv.isLinux && stdenv.isAarch64;
};
}