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
2 changed files with 2 additions and 0 deletions

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