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
commit 2aa2e01bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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