Skip to content

Commit 4e12dbb

Browse files
committedSep 22, 2017
jetbrains.clion: set CL_JDK
1 parent 6075d4a commit 4e12dbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/applications/editors/jetbrains/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ let
5353
patchelf --set-interpreter $interp \
5454
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}:$lldbLibPath" \
5555
bin/clang/clang-tidy
56+
57+
wrapProgram $out/bin/clion \
58+
--set CL_JDK "${jdk}"
5659
)
5760
'';
5861
});

0 commit comments

Comments
 (0)
Please sign in to comment.