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
commit a869bf38f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";