3
0
Fork 0
forked from mirrors/nixpkgs

false preferred over null on dontUnpack

This commit is contained in:
Matt Whiteley 2022-04-26 07:34:52 -07:00
parent 6ed76cba02
commit 3211c5f628

View file

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