Revert "gwyddion: mark as broken"

This commit is contained in:
Doron Behar 2023-12-25 14:19:34 +00:00 committed by GitHub
parent 0e2ba0d131
commit a90c911ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}