nvidia-thrust: one-liner meta.description

Co-authored-by: Samuel Ainsworth <skainsworth@gmail.com>
This commit is contained in:
Serge K
2023-04-01 05:48:32 +03:00
committed by Someone Serge
co-authored by Samuel Ainsworth
parent 79046b7a5e
commit 22eaf090a1
@@ -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;