tidal: dont strip
The TIDAL.app bundle is a signed Electron app, stripping invalidates code signatures and crashes newer cctools llvm-strip on _CodeSignature/CodeResources.
This commit is contained in:
@@ -30,6 +30,8 @@ stdenv.mkDerivation {
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user