haskell-cufft: disable Hydra builds because of unfree dependency on CUDA

This commit is contained in:
Peter Simons 2013-10-27 12:33:39 +01:00
parent 3618e03be9
commit 41fe95f770

View file

@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
homepage = "http://github.com/robeverest/cufft";
description = "Haskell bindings for the CUFFT library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.linux;
platforms = self.stdenv.lib.platforms.none;
};
})