python3Packages.exllamav2: fix build after g++ bump

This commit is contained in:
BatteredBunny 2026-05-30 23:54:57 +03:00
commit ecd566a91f

View file

@ -25,7 +25,7 @@
torch,
websockets,
}:
buildPythonPackage (finalAttrs: {
buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
pname = "exllamav2";
version = "0.3.2";
pyproject = true;