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

azcopy: now working on darwin + apple silicon
This commit is contained in:
Weijia Wang
2023-09-07 09:00:46 +02:00
committed by GitHub
@@ -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";