openjfx17: fix build with Ruby 3

This commit is contained in:
FliegendeWurst
2024-09-20 08:21:46 +02:00
parent 8ce34b38ec
commit 1db3e7534b
@@ -48,6 +48,9 @@ in stdenv.mkDerivation {
-i modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/Heap.cpp \
modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoSharedPageInlines.h
substituteInPlace modules/javafx.web/src/main/native/Source/JavaScriptCore/offlineasm/parser.rb \
--replace-fail "File.exists?" "File.exist?"
ln -s $config gradle.properties
'';