mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
discord: don't strip upstream binaries on darwin
(cherry picked from commit ff36900ebe)
This commit is contained in:
committed by
github-actions[bot]
parent
13b340ea7f
commit
b126c5241d
@@ -107,6 +107,7 @@ stdenv.mkDerivation {
|
||||
sourceRoot = ".";
|
||||
|
||||
dontUnpack = true;
|
||||
dontStrip = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
Reference in New Issue
Block a user