Skip to content

Commit

Permalink
jetbrains.clion: set CL_JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed Sep 22, 2017
1 parent 6075d4a commit 4e12dbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -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}"
)
'';
});
Expand Down

0 comments on commit 4e12dbb

Please sign in to comment.