discord: don't strip upstream binaries on darwin

This commit is contained in:
Gabriel Soldani
2026-06-06 15:07:43 -03:00
parent ffa10e26ae
commit ff36900ebe

View File

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