The Linux tarball doesn't have a top level directory which is already dealt with in installPhase

This commit is contained in:
Matt Whiteley
2022-04-05 09:39:31 -07:00
parent f136b6a730
commit 5b44ce3367
@@ -89,6 +89,7 @@ stdenv.mkDerivation rec {
src = srcs.${stdenv.hostPlatform.system};
dontUnpack = if stdenv.isLinux then true else null;
unpackPhase = lib.optionalString stdenv.isDarwin ''
xar -xf $src
zcat < zoomus.pkg/Payload | cpio -i