python310Packages.torchaudio-bin: correct meta.platforms

This commit is contained in:
Robert Schütz 2023-02-11 13:08:39 -08:00
parent 829b777f53
commit e93108d027

View File

@ -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 = platforms.linux;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ junjihashimoto ];
};
}