Merge pull request #276716 from NixOS/revert-273265-gwyddion

Revert "gwyddion: mark as broken"
This commit is contained in:
Doron Behar
2023-12-25 15:21:15 +00:00
committed by GitHub
@@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2;
platforms = with lib.platforms; linux ++ darwin;
maintainers = [ lib.maintainers.cge ];
broken = true; # Build error: h5py-3.9.0 not supported for interpreter python2.7
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}