Skip to content

Commit

Permalink
jetbrains: update
Browse files Browse the repository at this point in the history
fixed missing zlib path to rpath in the clion bundled clangd binary

(cherry picked from commit 3b605ea)
  • Loading branch information
uael authored and Mic92 committed Jun 3, 2020
1 parent 6197877 commit ede1184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -66,7 +66,7 @@ let
bin/gdb/linux/bin/gdbserver
patchelf --set-interpreter $interp \
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib ]}" \
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}" \
bin/clang/linux/clangd
patchelf --set-interpreter $interp \
--set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}" \
Expand Down

0 comments on commit ede1184

Please sign in to comment.