1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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;
};
})