Unverified Commit dea11189 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #227486 from wegank/authenticator-aarch64

authenticator: unbreak on aarch64-linux
parents b368988e 95e441b0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
  };
}