haskell-cufft: the license doesn't allow this package to be built on Hydra

This commit is contained in:
Peter Simons 2013-12-21 00:11:38 +01:00
parent 5d0f009718
commit b17324265a

View File

@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
description = "Haskell bindings for the CUFFT library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})