mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
fixed bug where required cuda packages could only be toggled through config.cudaSupport
Signed-off-by: Robbie Buxton <robbiesbuxton@gmail.com>
This commit is contained in:
parent
de87abd74b
commit
fc8b6762dd
@ -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 New Issue
Block a user