discord: don't strip upstream binaries on darwin

(cherry picked from commit ff36900ebe)
This commit is contained in:
Gabriel Soldani
2026-06-06 15:07:43 -03:00
committed by github-actions[bot]
parent 13b340ea7f
commit b126c5241d

View File

@@ -107,6 +107,7 @@ stdenv.mkDerivation {
sourceRoot = ".";
dontUnpack = true;
dontStrip = true;
installPhase = ''
runHook preInstall