jetbrains.clion: replace bundled gdb with our gdb

This commit is contained in:
ElXreno
2022-04-28 10:46:38 -04:00
committed by Yt
parent 8fbff7236c
commit d0a82d34f3
@@ -1,5 +1,5 @@
{ lib, stdenv, callPackage, fetchurl
, jdk, cmake, zlib, python3
, jdk, cmake, gdb, zlib, python3
, dotnet-sdk_5
, maven
, autoPatchelfHook
@@ -53,6 +53,9 @@ let
# bundled cmake does not find libc
rm -rf bin/cmake/linux
ln -s ${cmake} bin/cmake/linux
# bundled gdb does not find libcrypto 10
rm -rf bin/gdb/linux
ln -s ${gdb} bin/gdb/linux
autoPatchelf $PWD/bin