forked from mirrors/nixpkgs
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
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue