Merge pull request #253735 from phlip9/azcopy-unbreak-darwin

azcopy: now working on darwin + apple silicon

authored by

Weijia Wang and committed by
GitHub
a869bf38 cc2163bd

-1
-1
pkgs/development/tools/azcopy/default.nix
··· 22 22 ''; 23 23 24 24 meta = with lib; { 25 - broken = stdenv.isDarwin; 26 25 maintainers = with maintainers; [ colemickens kashw2 ]; 27 26 license = licenses.mit; 28 27 description = "The new Azure Storage data transfer utility - AzCopy v10";