discord: don't strip upstream binaries on darwin (#528893)

This commit is contained in:
Ihar Hrachyshka
2026-07-09 04:03:02 +00:00
committed by GitHub
@@ -107,6 +107,7 @@ stdenv.mkDerivation {
sourceRoot = ".";
dontUnpack = true;
dontStrip = true;
installPhase = ''
runHook preInstall