haskell-cufft: the license doesn't allow this package to be built on Hydra
This commit is contained in:
parent
5d0f009718
commit
b17324265a
@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Haskell bindings for the CUFFT library";
|
description = "Haskell bindings for the CUFFT library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user