haskell-cuda: disable 'doCheck' because this package does a mad override of the 'configurePhase' anyway

This commit is contained in:
Peter Simons 2013-02-25 01:59:05 +01:00
parent f8e2822544
commit 32d641d55f

View File

@ -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;