python3Packages.torchaudio-bin: add macOS to platforms

This commit is contained in:
Carl Thomé
2023-05-04 12:07:05 +02:00
parent 44f30edf56
commit 14446360ea
@@ -51,7 +51,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 ];
};
}