mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: john-the-ripper-jumbo: Build with OpenSSL 1.1.
* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[inputs]: Change from OPENSSL-1.0 to OPENSSL.
This commit is contained in:
parent
d0abf4523f
commit
9de990baa3
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ between hosts and entries in the password store.")
|
||||||
`(("gmp" ,gmp)
|
`(("gmp" ,gmp)
|
||||||
("libpcap" ,libpcap)
|
("libpcap" ,libpcap)
|
||||||
("nss" ,nss)
|
("nss" ,nss)
|
||||||
("openssl" ,openssl-1.0)
|
("openssl" ,openssl)
|
||||||
("python" ,python-2) ; For "python" and "python2" shebangs
|
("python" ,python-2) ; For "python" and "python2" shebangs
|
||||||
("ruby" ,ruby) ; For genincstats.rb
|
("ruby" ,ruby) ; For genincstats.rb
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue