vllm: move to by-name (#490333)

This commit is contained in:
kirillrdy
2026-02-14 09:38:09 +00:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication vllm
-2
View File
@@ -7716,8 +7716,6 @@ with pkgs;
hdf5 = hdf5.override { usev110Api = true; };
};
vllm = with python3Packages; toPythonApplication vllm;
vte-gtk4 = vte.override {
gtkVersion = "4";
};