Merge pull request #229559 from carlthome/patch-1

python3Packages.torchaudio-bin: add macOS to platforms
This commit is contained in:
Weijia Wang 2023-05-05 10:47:20 +03:00 committed by GitHub
commit 3cccd83285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ buildPythonPackage rec {
# https://www.intel.com/content/www/us/en/developer/articles/license/onemkl-license-faq.html
license = licenses.bsd3;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "aarch64-linux" "x86_64-linux" ];
platforms = [ "aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ];
maintainers = with maintainers; [ junjihashimoto ];
};
}