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

main
Matt Whiteley 2 years ago
parent f136b6a730
commit 5b44ce3367
  1. 1
      pkgs/applications/networking/instant-messengers/zoom-us/default.nix

@ -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

Loading…
Cancel
Save