gwyddion: mark as broken

This commit is contained in:
Aaron Jheng
2023-12-10 03:32:47 +00:00
parent 29c52e1af8
commit b5b4d4e373
@@ -68,7 +68,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2;
platforms = with lib.platforms; linux ++ darwin;
maintainers = [ lib.maintainers.cge ];
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
broken = true; # Build error: h5py-3.9.0 not supported for interpreter python2.7
};
}