Skip to content

Commit

Permalink
x11_ssh_askpass: unbreak on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Dec 30, 2022
1 parent bdaff9d commit 064207b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/tools/networking/x11-ssh-askpass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ stdenv.mkDerivation rec {
description = "Lightweight passphrase dialog for OpenSSH or other open variants of SSH";
license = licenses.mit;
platforms = platforms.unix;
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}

0 comments on commit 064207b

Please sign in to comment.