netcdf-cxx4: mark broken on Darwin

This commit is contained in:
Markus Kowalewski 2023-11-08 17:06:40 +01:00
parent 57db378e4c
commit f040365b1f

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.unidata.ucar.edu/software/netcdf/";
license = lib.licenses.free;
platforms = lib.platforms.unix;
broken = stdenv.isDarwin;
};
}