haskell-cuda: disable 'doCheck' because this package does a mad override of the 'configurePhase' anyway
This commit is contained in:
parent
f8e2822544
commit
32d641d55f
@ -34,6 +34,9 @@ cabal.mkDerivation (self: {
|
|||||||
|
|
||||||
./Setup configure --verbose --prefix="$out" $libraryProfiling $extraLibDirs $configureFlags
|
./Setup configure --verbose --prefix="$out" $libraryProfiling $extraLibDirs $configureFlags
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
|
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user