Loading pkgs/applications/misc/authenticator/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/applications/misc/authenticator/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -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; }; }