jetbrains.clion: set CL_JDK

This commit is contained in:
Edward Tjörnhammar 2017-09-22 11:13:48 +02:00
parent 6075d4ad07
commit 4e12dbb092
No known key found for this signature in database
GPG key ID: 7B82CE4A866B6845

View file

@ -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}"
)
'';
});