geekbench_5: fix auto-patchelf libgcc_s

This commit is contained in:
Doğu Us 2023-05-07 17:32:11 +03:00
parent 590131f42f
commit 55d2a25aa4
No known key found for this signature in database
GPG key ID: A8B0AEA8D751EC27

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
buildInputs = [ stdenv.cc.cc.lib ];
installPhase = ''
runHook preInstall