GNU bug report logs -
#77050
[PATCH] gnu: lynx: Set native-search-paths.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 16 Mar 2025 14:03:04 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77050 in the body.
You can then email your comments to 77050 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77050
; Package
guix-patches
.
(Sun, 16 Mar 2025 14:03:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 16 Mar 2025 14:03:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This allows discovery of certificates upon adding nss-certs into the profile.
* gnu/packages/web-browsers.scm (lynx)[native-search-paths]: Set to
$SSL_CERT_DIR and $SSL_CERT_FILE.
[arguments]: Fix indentation.
Change-Id: Ib2383bd21a4177f87067a12aeb987b2591f3f4e8
---
gnu/packages/web-browsers.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 6bd657e6a5..d6287f8654 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -109,7 +109,8 @@ (define-module (gnu packages web-browsers)
#:use-module (gnu packages web)
#:use-module (gnu packages webkit)
#:use-module (gnu packages xml)
- #:use-module (gnu packages xorg))
+ #:use-module (gnu packages xorg)
+ #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR $SSL_CERT_FILE)))
(define-public midori
(package
@@ -375,6 +376,7 @@ (define-public lynx
zlib
gzip
bzip2))
+ (native-search-paths (list $SSL_CERT_DIR $SSL_CERT_FILE))
(arguments
(list #:configure-flags
#~(let ((openssl #$(this-package-input "openssl")))
@@ -396,7 +398,7 @@ (define-public lynx
#~(modify-phases %standard-phases
(add-before 'configure 'set-makefile-shell
(lambda _ (substitute* "po/makefile.inn"
- (("/bin/sh") (which "sh")))))
+ (("/bin/sh") (which "sh")))))
(replace 'install
(lambda* (#:key (make-flags '()) #:allow-other-keys)
(apply invoke "make" "install-full" make-flags))))))
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77050
; Package
guix-patches
.
(Sun, 16 Mar 2025 19:11:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77050 <at> debbugs.gnu.org (full text, mbox):
Hi Tomas,
Pushed as 8f35d477f8.
Thank you as always!
-- Ian
bug closed, send any further explanations to
77050 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sun, 16 Mar 2025 19:11:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Apr 2025 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.