mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 18:48:35 +00:00
netcdf: disable tests on aarch64-darwin
This commit is contained in:
parent
a3fdbc61a0
commit
4ac8a78cbb
@ -60,7 +60,7 @@ in stdenv.mkDerivation rec {
|
||||
remove-references-to -t ${stdenv.cc} "$(readlink -f $out/lib/libnetcdf.settings)"
|
||||
'';
|
||||
|
||||
doCheck = !mpiSupport;
|
||||
doCheck = !(mpiSupport || (stdenv.isDarwin && stdenv.isAarch64));
|
||||
|
||||
meta = {
|
||||
description = "Libraries for the Unidata network Common Data Format";
|
||||
|
Loading…
Reference in New Issue
Block a user