mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: pidentd: Build against OpenSSL 1.0.
* gnu/packages/networking.scm (pidentd)[inputs]: Change OPENSSL to OPENSSL-1.0.
This commit is contained in:
parent
bc2076f053
commit
3401526fcf
1 changed files with 1 additions and 1 deletions
|
@ -1626,7 +1626,7 @@ (define-public pidentd
|
|||
(arguments
|
||||
`(#:tests? #f)) ; No tests are included
|
||||
(inputs
|
||||
`(("openssl" ,openssl))) ; For the DES library
|
||||
`(("openssl" ,openssl-1.0))) ;for the DES library
|
||||
(home-page "https://www.lysator.liu.se/~pen/pidentd/")
|
||||
(synopsis "Small Ident Daemon")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue