1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/cufft/default.nix

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.0.3";
sha256 = "1jj1ixacmhwjcb2syv4fglawpya5vmdhdk2xqrw4wwfxw4wc9ypi";
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;
};
})