python311Packages.openai-triton: fix meta.platform
This commit is contained in:
parent
b39a6cb3de
commit
69b9b662a3
@ -189,7 +189,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Language and compiler for writing highly efficient custom Deep-Learning primitives";
|
||||
homepage = "https://github.com/openai/triton";
|
||||
platforms = lib.platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ SomeoneSerge Madouura ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user