jetbrains: fix linux builder script for 2026.2 IDEs
This commit is contained in:
@@ -86,6 +86,8 @@ lib.extendMkDerivation {
|
||||
fontconfig
|
||||
libGL
|
||||
libx11
|
||||
# required for the bundled jcef-plugin
|
||||
udev
|
||||
];
|
||||
|
||||
nativeBuildInputs = nativeBuildInputs ++ [
|
||||
@@ -186,6 +188,10 @@ lib.extendMkDerivation {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
preFixup = ''
|
||||
addAutoPatchelfSearchPath "${jdk.home}/lib"
|
||||
'';
|
||||
|
||||
preferLocalBuild = !(finalAttrs.meta.license.free or true);
|
||||
|
||||
meta = meta // {
|
||||
|
||||
Reference in New Issue
Block a user