guile_3_0: fix aarch64-darwin build

This commit is contained in:
Finn Behrens
2022-01-01 00:21:34 +01:00
parent 796af3ddba
commit eeed6c653b
+4 -1
View File
@@ -99,7 +99,10 @@ builder rec {
# See below.
"--without-threads"
];
]
# Disable JIT on Apple Silicon, as it is not yet supported
# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44505";
++ lib.optional (stdenv.isDarwin && stdenv.isAarch64) "--enable-jit=no";
postInstall = ''
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"