gnu: pidentd: Build against OpenSSL 1.0.
* gnu/packages/networking.scm (pidentd)[inputs]: Change OPENSSL to OPENSSL-1.0.master
parent
bc2076f053
commit
3401526fcf
|
@ -1626,7 +1626,7 @@ enabled due to license conflicts between the BSD advertising clause and the GPL.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No tests are included
|
`(#:tests? #f)) ; No tests are included
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl))) ; For the DES library
|
`(("openssl" ,openssl-1.0))) ;for the DES library
|
||||||
(home-page "https://www.lysator.liu.se/~pen/pidentd/")
|
(home-page "https://www.lysator.liu.se/~pen/pidentd/")
|
||||||
(synopsis "Small Ident Daemon")
|
(synopsis "Small Ident Daemon")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue