Unverified Commit 070f1d70 authored by ners's avatar ners
Browse files

jetbrains.{clion,rider,rust-rover}: patch new libssl and libcrypto versions

parent 71e2f312
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -175,7 +175,9 @@ let
      $out/*/plugins/*/bin/*/linux/*/lib/python3.8/lib-dynload/* |
    xargs patchelf \
      --replace-needed libssl.so.10 libssl.so \
      --replace-needed libssl.so.1.1 libssl.so \
      --replace-needed libcrypto.so.10 libcrypto.so \
      --replace-needed libcrypto.so.1.1 libcrypto.so \
      --replace-needed libcrypt.so.1 libcrypt.so \
      ${lib.optionalString stdenv.hostPlatform.isAarch "--replace-needed libxml2.so.2 libxml2.so"}
  '';