Unverified Commit 3cccd832 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229559 from carlthome/patch-1

python3Packages.torchaudio-bin: add macOS to platforms
parents 2567ce48 14446360
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}