rekahsoft-gnu: Remove perl-io-socket-ssl (use guix upstream)

This commit is contained in:
Collin J. Doering 2024-10-22 18:29:21 -04:00
parent aef0c47209
commit 8866207c88
Signed by: rekahsoft
GPG Key ID: F77E319397CDA716

View File

@ -93,27 +93,6 @@
(description "Perl extension for reading from continously updated files.")
(license license:perl-license)))
(define-public perl-io-socket-ssl
(package
(name "perl-io-socket-ssl")
(version "2.073")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/S/SU/SULLR/IO-Socket-SSL-"
version ".tar.gz"))
(sha256
(base32
"1j2prw40s3m3i41q3nnbdjw8kz8y992y5ki1ca0smcbwz56v7h5j"))))
(build-system perl-build-system)
(native-inputs `(("perl-net-ssleay" ,perl-net-ssleay)))
(propagated-inputs `(("perl-mozilla-ca" ,perl-mozilla-ca)
("perl-net-ssleay" ,perl-net-ssleay)))
(home-page "https://metacpan.org/release/IO-Socket-SSL")
(synopsis "Nearly transparent SSL encapsulation for IO::Socket::INET.")
(description "Nearly transparent SSL encapsulation for IO::Socket::INET.")
(license license:perl-license)))
(define-public perl-io-tee
(package
(name "perl-io-tee")