Merge pull request #292629 from RobbieBuxton/dlib-cuda-fix

fixed bug where required cuda packages could only be toggled through …
This commit is contained in:
Guillaume Girol
2024-03-03 16:35:03 +01:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@
lapack
]
++ lib.optionals guiSupport [ libX11 ]
++ lib.optionals config.cudaSupport (with cudaPackages; [
++ lib.optionals cudaSupport (with cudaPackages; [
cuda_cudart.dev
cuda_cudart.lib
cuda_cudart.static