remove deprecated drivers, expand jni metadata for graal

This commit is contained in:
Gregor Lohaus
2026-05-27 16:25:23 +02:00
parent 1ae1548db0
commit 9f8767bc88
2 changed files with 36 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
"${openjfx}/modules_libs/javafx.media"
];
x11 = name: oldName: pkgs.${name} or pkgs.xorg.${oldName};
mesaDrivers = pkgs.mesa.drivers or pkgs.mesa;
mesaDrivers = pkgs.mesa;
runtimeLibraryPath = pkgs.lib.makeLibraryPath ([
openjfx
jlib