python310Packages.torchvision-bin: correct meta.platforms

This commit is contained in:
Robert Schütz 2023-02-11 13:10:43 -08:00
parent e93108d027
commit 6615030ddd

View File

@ -61,7 +61,7 @@ in buildPythonPackage {
# 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 ];
};
}