Fix array

main
Claudius Holeksa 2023-04-19 12:36:09 +02:00
parent 17006132fb
commit d74761a136
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ let
rapidjson
]
++ lib.optional cudaSupport cudatoolkit
++ lib.optional hipSupport [ hip, rocthrust ];
++ lib.optional hipSupport [ hip rocthrust ];
in stdenvNoCC.mkDerivation {
pname = "${basename}";
version = version;