From 18c70e93783d44c667764c14dd91148c6e220f61 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Mon, 19 Aug 2024 11:44:49 -0700 Subject: [PATCH] opencv4: fix build with enableCuda = true I broke this in e949a91d02555ced9029cc6ae16df91e0145b723 --- pkgs/development/libraries/opencv/4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/opencv/4.x.nix b/pkgs/development/libraries/opencv/4.x.nix index eb10bd6c4673..cca9e8ae1c74 100644 --- a/pkgs/development/libraries/opencv/4.x.nix +++ b/pkgs/development/libraries/opencv/4.x.nix @@ -375,7 +375,7 @@ effectiveStdenv.mkDerivation { cudaPackages.cuda_cudart cudaPackages.cuda_cccl # cudaPackages.libnpp # npp.h - cudaPackages.nvidia-optical-flow-sdk + nvidia-optical-flow-sdk ] ++ lib.optionals enableCublas [ # May start using the default $out instead once # https://github.com/NixOS/nixpkgs/issues/271792