forked from mirrors/nixpkgs
false preferred over null on dontUnpack
This commit is contained in:
parent
6ed76cba02
commit
3211c5f628
|
@ -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…
Reference in a new issue