diff --git a/pkgs/development/cuda-modules/packages/cuquantum.nix b/pkgs/development/cuda-modules/packages/cuquantum.nix index eec280fedb07..8f3c0a30d893 100644 --- a/pkgs/development/cuda-modules/packages/cuquantum.nix +++ b/pkgs/development/cuda-modules/packages/cuquantum.nix @@ -29,6 +29,10 @@ buildRedist { libcutensor ]; + extraAutoPatchelfLibs = [ + "${lib.getOutput "stubs" cuda_nvml_dev}/lib/stubs" + ]; + meta = { description = "Set of high-performance libraries and tools for accelerating quantum computing simulations at both the circuit and device level by orders of magnitude"; longDescription = ''