From 22eaf090a17873ad103fd585ed10c4a0ce2acdd9 Mon Sep 17 00:00:00 2001 From: Serge K Date: Wed, 13 Apr 2022 02:47:04 +0300 Subject: [PATCH] nvidia-thrust: one-liner meta.description Co-authored-by: Samuel Ainsworth --- pkgs/development/libraries/nvidia-thrust/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;