mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add ghc-crypton-x509-system.
* gnu/packages/haskell-crypto.scm (ghc-crypton-x509-system): New variable. Change-Id: Idfadaf630a3bcc4d019738d37ae9ee888f49fd80
This commit is contained in:
parent
9539293213
commit
c13609005e
1 changed files with 20 additions and 0 deletions
|
@ -702,6 +702,26 @@ (define-public ghc-crypton-x509-store
|
||||||
lists.")
|
lists.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-crypton-x509-system
|
||||||
|
(package
|
||||||
|
(name "ghc-crypton-x509-system")
|
||||||
|
(version "1.6.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hackage-uri "crypton-x509-system" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1jilnr9715njlx1hqvg5lrsrwk12r04maypmh18di0sybwg2cdm4"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(properties '((upstream-name . "crypton-x509-system")))
|
||||||
|
(inputs (list ghc-pem ghc-crypton-x509 ghc-crypton-x509-store))
|
||||||
|
(home-page "https://github.com/kazu-yamamoto/crypton-certificate")
|
||||||
|
(synopsis "Handle per-operating-system X.509 accessors and storage")
|
||||||
|
(description
|
||||||
|
"This package provides tools for operating system dependent X.509 stores,
|
||||||
|
storage methods, and accessors.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-cprng-aes
|
(define-public ghc-cprng-aes
|
||||||
(package
|
(package
|
||||||
(name "ghc-cprng-aes")
|
(name "ghc-cprng-aes")
|
||||||
|
|
Loading…
Reference in a new issue