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:
commit
2aa2e01bd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue