about summary refs log tree commit diff
path: root/pkgs/development/libraries/ctranslate2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/ctranslate2/default.nix')
-rw-r--r--pkgs/development/libraries/ctranslate2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/ctranslate2/default.nix b/pkgs/development/libraries/ctranslate2/default.nix
index 58906b608231d..324a11a6c7a2c 100644
--- a/pkgs/development/libraries/ctranslate2/default.nix
+++ b/pkgs/development/libraries/ctranslate2/default.nix
@@ -57,6 +57,7 @@ stdenv.mkDerivation rec {
   buildInputs = lib.optionals withMkl [
     mkl
   ] ++ lib.optionals withCUDA [
+    cudaPackages.cuda_cccl # <nv/target> required by the fp16 headers in cudart
     cudaPackages.cuda_cudart
     cudaPackages.libcublas
     cudaPackages.libcurand