From b5b4d4e373fce7d5b2c5e098c4b7420d03d9c063 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Sun, 10 Dec 2023 03:32:47 +0000 Subject: [PATCH] gwyddion: mark as broken --- pkgs/applications/science/chemistry/gwyddion/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/science/chemistry/gwyddion/default.nix b/pkgs/applications/science/chemistry/gwyddion/default.nix index 5794d7077af9..59ff285c1537 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 }; }