about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-06-03 10:59:11 +0100
committerGitHub <noreply@github.com>2020-06-03 10:59:11 +0100
commitb68c2de8f8085af1cdf8faec8cae0ff8b06a3370 (patch)
treec328808aaacf9f8b623a24d59b1149f529440b13 /pkgs/applications
parent383c5d09b94507183766e0ac033cfb4548065acc (diff)
parent3b605eaee6aa6dc039baa4570eba36ea100f522a (diff)
Merge pull request #89394 from uael/patch-1
Fixed jetbrains clion clangd binary
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 1d3904ae5a17a..a2bf2cbf1de6f 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -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 ]}" \