me
/
guix
Archived
1
0
Fork 0

gnu: cadaver: Build with OpenSSL 1.0.

* gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0.
master
Marius Bakke 2020-04-04 15:48:31 +02:00
parent 600b6d4378
commit 0c2e94f21f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -6120,7 +6120,7 @@ file links.")
("intltool" ,intltool))) ("intltool" ,intltool)))
(inputs (inputs
`(("expat" ,expat) `(("expat" ,expat)
("openssl" ,openssl))) ("openssl" ,openssl-1.0)))
(home-page "http://www.webdav.org/cadaver/") (home-page "http://www.webdav.org/cadaver/")
(synopsis "Command-line WebDAV client") (synopsis "Command-line WebDAV client")
(description (description