forked from mirrors/nixpkgs
jetbrains.clion: set CL_JDK
This commit is contained in:
parent
6075d4ad07
commit
4e12dbb092
|
@ -53,6 +53,9 @@ let
|
|||
patchelf --set-interpreter $interp \
|
||||
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}:$lldbLibPath" \
|
||||
bin/clang/clang-tidy
|
||||
|
||||
wrapProgram $out/bin/clion \
|
||||
--set CL_JDK "${jdk}"
|
||||
)
|
||||
'';
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue