Merge pull request #221961 from viraptor/gforth-darwin-arm
gforth: mark as broken on darwin aarch64
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user