mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add wolfssl-for-rpcs3.
* gnu/packages/tls.scm (wolfssl-for-rpcs3): New variable. Change-Id: I10f9eca82ae8774f401dfe4fb85816f524eb6482 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
bc84aaa882
commit
3b2e5bbc84
1 changed files with 15 additions and 0 deletions
|
|
@ -1200,6 +1200,21 @@ ciphers such as ChaCha20, Curve25519, NTRU, and Blake2b.")
|
|||
(home-page "https://www.wolfssl.com/")
|
||||
(license license:gpl2+))) ; Audit
|
||||
|
||||
(define-public wolfssl-for-rpcs3
|
||||
(package/inherit wolfssl
|
||||
(name "wolfssl-for-rpcs3")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments wolfssl)
|
||||
((#:configure-flags flags ''())
|
||||
#~(cons* "--enable-des3"
|
||||
"--enable-pwdbased"
|
||||
"--enable-fastmath"
|
||||
"--enable-opensslextra"
|
||||
"--disable-harden"
|
||||
"--enable-altcertchains"
|
||||
"--enable-writedup"
|
||||
#$flags))))))
|
||||
|
||||
(define-public aws-lc
|
||||
(package
|
||||
(name "aws-lc")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue