diff --git a/pkgs/applications/misc/authenticator/default.nix b/pkgs/applications/misc/authenticator/default.nix index 34f75268cf42..226219ca2483 100644 --- a/pkgs/applications/misc/authenticator/default.nix +++ b/pkgs/applications/misc/authenticator/default.nix @@ -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; }; }