haskell-cufft: disable Hydra builds because of unfree dependency on CUDA
This commit is contained in:
parent
3618e03be9
commit
41fe95f770
@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "http://github.com/robeverest/cufft";
|
homepage = "http://github.com/robeverest/cufft";
|
||||||
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.stdenv.lib.platforms.linux;
|
platforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user