Unverified Commit 08ee1ede authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #331654 from Scoder12/ida-free-fix

ida-free: add openssl dependency to libida64
parents 21b3d31a 072406a3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -121,6 +121,10 @@ stdenv.mkDerivation rec {
      ln -s $IDADIR/$bb $out/bin/$bb
    done

    # runtimeDependencies don't get added to non-executables, and openssl is needed
    #  for cloud decompilation
    patchelf --add-needed libcrypto.so $IDADIR/libida64.so

    runHook postInstall
  '';