From 95e441b0022eb4192e211f7e339c10802ae62808 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:14:17 +0300 Subject: [PATCH] authenticator: unbreak on aarch64-linux --- pkgs/applications/misc/authenticator/default.nix | 3 --- 1 file changed, 3 deletions(-) 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; }; }