false preferred over null on dontUnpack

main
Matt Whiteley 2 years ago
parent 6ed76cba02
commit 3211c5f628
  1. 2
      pkgs/applications/networking/instant-messengers/zoom-us/default.nix

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
src = srcs.${stdenv.hostPlatform.system};
dontUnpack = if stdenv.isLinux then true else null;
dontUnpack = if stdenv.isLinux then true else false;
unpackPhase = lib.optionalString stdenv.isDarwin ''
xar -xf $src
zcat < zoomus.pkg/Payload | cpio -i

Loading…
Cancel
Save