about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-12-10 03:32:47 +0000
committerAaron Jheng <wentworth@outlook.com>2023-12-10 03:32:47 +0000
commitb5b4d4e373fce7d5b2c5e098c4b7420d03d9c063 (patch)
tree9f1c5e6ef9c613c3b9456a9e712683b67115b830 /pkgs/applications/science/chemistry
parent29c52e1af8d996a102b8882dafb324051cb531ad (diff)
gwyddion: mark as broken
Diffstat (limited to 'pkgs/applications/science/chemistry')
-rw-r--r--pkgs/applications/science/chemistry/gwyddion/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/gwyddion/default.nix b/pkgs/applications/science/chemistry/gwyddion/default.nix
index 5794d7077af96..59ff285c15370 100644
--- a/pkgs/applications/science/chemistry/gwyddion/default.nix
+++ b/pkgs/applications/science/chemistry/gwyddion/default.nix
@@ -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
   };
 }