Merge pull request #221961 from viraptor/gforth-darwin-arm

gforth: mark as broken on darwin aarch64
This commit is contained in:
Stanisław Pitucha
2023-03-20 21:13:56 +11:00
committed by GitHub
@@ -41,6 +41,7 @@ in stdenv.mkDerivation rec {
description = "The Forth implementation of the GNU project";
homepage = "https://github.com/forthy42/gforth";
license = lib.licenses.gpl3;
broken = stdenv.isDarwin && stdenv.isAarch64; # segfault when running ./gforthmi
platforms = lib.platforms.all;
};
}