The Linux tarball doesn't have a top level directory which is already dealt with in installPhase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user