bear: unbreak on aarch64-darwin

we have recent macOS SDK on aarch64-darwin, only x86_64-darwin is broken
launchpad/nixpkgs/master
Pavol Rusnak 3 years ago
parent b631286150
commit 999f55ee01
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
  1. 2
      pkgs/development/tools/build-managers/bear/default.nix

@ -61,6 +61,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ babariviere qyliss ];
# ld: symbol(s) not found for architecture x86_64
broken = stdenv.isDarwin;
broken = stdenv.isDarwin && stdenv.isx86_64;
};
}

Loading…
Cancel
Save