haskellPackages.cuda: Mark as unfree because of deps

This commit is contained in:
Malte Brandy 2020-08-18 23:11:00 +02:00
parent 019780631c
commit 108c60705e
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 0 deletions

View File

@ -2760,6 +2760,7 @@ dont-distribute-packages:
- boolector
- ccelerate-cuda
- cplex-hs
- cuda # 2020-08-18 because of dependency nvidia-x11
- cublas
- cufft
- cusolver

View File

@ -65695,6 +65695,7 @@ self: {
executableHaskellDepends = [ base pretty ];
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cudd" = callPackage