discord: don't strip upstream binaries on darwin (#528893)
This commit is contained in:
@@ -107,6 +107,7 @@ stdenv.mkDerivation {
|
||||
sourceRoot = ".";
|
||||
|
||||
dontUnpack = true;
|
||||
dontStrip = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
Reference in New Issue
Block a user