Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fixed bug where required cuda packages could only be toggled through config.cudaSupport

Signed-off-by: Robbie Buxton <robbiesbuxton@gmail.com>

+1 -1
+1 -1
pkgs/development/libraries/dlib/default.nix
··· 54 54 lapack 55 55 ] 56 56 ++ lib.optionals guiSupport [ libX11 ] 57 - ++ lib.optionals config.cudaSupport (with cudaPackages; [ 57 + ++ lib.optionals cudaSupport (with cudaPackages; [ 58 58 cuda_cudart.dev 59 59 cuda_cudart.lib 60 60 cuda_cudart.static