diff --git a/pkgs/development/libraries/nvidia-thrust/default.nix b/pkgs/development/libraries/nvidia-thrust/default.nix index f8b7518cd081..1c673837c28c 100644 --- a/pkgs/development/libraries/nvidia-thrust/default.nix +++ b/pkgs/development/libraries/nvidia-thrust/default.nix @@ -71,10 +71,7 @@ stdenv.mkDerivation { }; meta = with lib; { - description = '' - A high-level C++ parallel algorithms library - that builds on top of CUDA, TBB, OpenMP, etc. - ''; + description = "A high-level C++ parallel algorithms library that builds on top of CUDA, TBB, OpenMP, etc"; homepage = "https://github.com/NVIDIA/thrust"; license = licenses.asl20; platforms = platforms.unix;