mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
discord: don't strip upstream binaries on darwin
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