Merge pull request #95771 from maralorn/cuda-fix

[haskell-updates] haskellPackages.cuda: Mark as unfree because of deps
This commit is contained in:
maralorn 2020-08-19 11:03:39 +02:00 committed by GitHub
commit 085c7e1b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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