atuin: set broken for aarch64-darwin (#148544)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Thomas Wu 2021-12-08 07:15:49 +08:00 committed by GitHub
parent 29671bc365
commit 4d07862ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ellie/atuin";
license = licenses.mit;
maintainers = [ maintainers.onsails ];
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}