perlPackages.Appcpanminus: fix https hotpatch

- Add replace missing `cpan.metacpan.org` URL

- Use replace-fail instead of replace
This commit is contained in:
Stig Palmquist 2024-08-24 17:21:40 +02:00
parent 364590859e
commit cd933d29fa
No known key found for this signature in database

View File

@ -844,10 +844,11 @@ with self; {
# Use TLS endpoints for downloads and metadata by default
preConfigure = ''
substituteInPlace bin/cpanm \
--replace http://www.cpan.org https://www.cpan.org \
--replace http://backpan.perl.org https://backpan.perl.org \
--replace http://fastapi.metacpan.org https://fastapi.metacpan.org \
--replace http://cpanmetadb.plackperl.org https://cpanmetadb.plackperl.org
--replace-fail http://www.cpan.org https://www.cpan.org \
--replace-fail http://cpan.metacpan.org https://cpan.metacpan.org \
--replace-fail http://backpan.perl.org https://backpan.perl.org \
--replace-fail http://fastapi.metacpan.org https://fastapi.metacpan.org \
--replace-fail http://cpanmetadb.plackperl.org https://cpanmetadb.plackperl.org
'';
propagatedBuildInputs = [ IOSocketSSL ];
meta = {