luajit_2_1: 2.1.0-2020-08-27 -> 2.1.0-2020-09-30

This commit is contained in:
Luka Blaskovic
2020-10-01 08:22:27 +00:00
parent 8baffaecac
commit 351bf9584e
2 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@
, enableFFI ? true
, enableJIT ? true
, enableJITDebugModule ? enableJIT
, enableGC64 ? stdenv.hostPlatform.isAarch64
, enableGC64 ? true
, enable52Compat ? false
, enableValgrindSupport ? false
, valgrind ? null