gnumeric: mark aarch64-darwin as broken

Apparently it's never worked:
https://hydra.nixos.org/job/nixpkgs/nixpkgs-unstable-aarch64-darwin/gnumeric.aarch64-darwin/all
main
Vladimír Čunát 2 years ago
parent 579983525c
commit 874381847b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 1
      pkgs/applications/office/gnumeric/default.nix

@ -38,6 +38,7 @@ in stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
homepage = "http://projects.gnome.org/gnumeric/";
platforms = platforms.unix;
broken = with stdenv; isDarwin && isAarch64;
maintainers = [ maintainers.vcunat ];
};
}

Loading…
Cancel
Save