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/x509-store/default.nix
2014-10-19 16:55:24 +02:00

21 lines
623 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, asn1Encoding, asn1Types, cryptoPubkeyTypes, filepath, mtl
, pem, x509
}:
cabal.mkDerivation (self: {
pname = "x509-store";
version = "1.5.0";
sha256 = "1w9sqb007s4avjzvrdwq13a4c528h7h2lg3m8cl31syrgznc9ny5";
buildDepends = [
asn1Encoding asn1Types cryptoPubkeyTypes filepath mtl pem x509
];
meta = {
homepage = "http://github.com/vincenthz/hs-certificate";
description = "X.509 collection accessing and storing methods";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})