mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cadaver: Build with OpenSSL 1.0.
* gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0.
This commit is contained in:
parent
600b6d4378
commit
0c2e94f21f
1 changed files with 1 additions and 1 deletions
|
@ -6120,7 +6120,7 @@ (define-public cadaver
|
|||
("intltool" ,intltool)))
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
("openssl" ,openssl)))
|
||||
("openssl" ,openssl-1.0)))
|
||||
(home-page "http://www.webdav.org/cadaver/")
|
||||
(synopsis "Command-line WebDAV client")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue