nixpkgs/pkgs/development/libraries/haskell/cufft/default.nix
2014-11-13 14:51:36 +01:00

19 lines
559 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, c2hs, cuda }:
cabal.mkDerivation (self: {
pname = "cufft";
version = "0.1.1.0";
sha256 = "0d13nf61698gzh0hcycx1z9bm2xpikkg27bjymsjhfwimvqn7z8h";
buildDepends = [ cuda ];
buildTools = [ c2hs ];
meta = {
homepage = "http://github.com/robeverest/cufft";
description = "Haskell bindings for the CUFFT library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})