1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #273265 from aaronjheng/gwyddion

gwyddion: mark as broken
This commit is contained in:
Weijia Wang 2023-12-10 13:20:33 +01:00 committed by GitHub
commit e87c4b32ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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