gnu: lynx: Update to 2.9.0dev.12.
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.12. [arguments]: Don't explicitly return #t from phases.master
parent
ec96833aab
commit
8c841634d0
|
@ -274,7 +274,7 @@ and the GTK+ toolkit.")
|
||||||
(define-public lynx
|
(define-public lynx
|
||||||
(package
|
(package
|
||||||
(name "lynx")
|
(name "lynx")
|
||||||
(version "2.9.0dev.9")
|
(version "2.9.0dev.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -282,7 +282,7 @@ and the GTK+ toolkit.")
|
||||||
"/lynx" version ".tar.bz2"))
|
"/lynx" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06jhv8ibfw1xkf8d8zrnkc2aw4d462s77hlp6f6xa6k8awzxvmkg"))))
|
"1rg8dqafq8ray37s0w855mahq7ywfb4qa4h5q676sxq0klamnid6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config perl))
|
(native-inputs (list pkg-config perl))
|
||||||
(inputs (list ncurses
|
(inputs (list ncurses
|
||||||
|
@ -314,12 +314,10 @@ and the GTK+ toolkit.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'set-makefile-shell
|
(add-before 'configure 'set-makefile-shell
|
||||||
(lambda _ (substitute* "po/makefile.inn"
|
(lambda _ (substitute* "po/makefile.inn"
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))))
|
||||||
#t))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key (make-flags '()) #:allow-other-keys)
|
(lambda* (#:key (make-flags '()) #:allow-other-keys)
|
||||||
(apply invoke "make" "install-full" make-flags)
|
(apply invoke "make" "install-full" make-flags))))))
|
||||||
#t)))))
|
|
||||||
(synopsis "Text Web Browser")
|
(synopsis "Text Web Browser")
|
||||||
(description
|
(description
|
||||||
"Lynx is a fully-featured World Wide Web (WWW) client for users running
|
"Lynx is a fully-featured World Wide Web (WWW) client for users running
|
||||||
|
|
Reference in New Issue