azcopy: now working on darwin + apple silicon

This commit is contained in:
Philip Hayes 2023-09-06 15:03:14 -07:00
parent d5954b58c9
commit a444dcafb8

View File

@ -22,7 +22,6 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
maintainers = with maintainers; [ colemickens kashw2 ];
license = licenses.mit;
description = "The new Azure Storage data transfer utility - AzCopy v10";