x11_ssh_askpass: unbreak on aarch64-darwin
This commit is contained in:
parent
bdaff9db29
commit
064207b723
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user