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:
Josef Hofer
2026-05-11 19:06:34 +02:00
parent 585d7faa7e
commit a1954e76ee
+2
View File
@@ -30,6 +30,8 @@ stdenv.mkDerivation {
strictDeps = true;
__structuredAttrs = true;
dontStrip = true;
installPhase = ''
runHook preInstall