3
0
Fork 0
forked from mirrors/nixpkgs

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
'';
doCheck = false;
meta = {
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
license = self.stdenv.lib.licenses.bsd3;