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
+2
View File
@@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
buildInputs = [ stdenv.cc.cc.lib ];
installPhase = ''
runHook preInstall