mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user