guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: links: Sort inputs.


From: guix-commits
Subject: 04/05: gnu: links: Sort inputs.
Date: Sun, 5 Jul 2020 01:04:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 77986a6a99e7c283bdd2b3df93f666e6a166767c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 5 06:52:18 2020 +0200

    gnu: links: Sort inputs.
    
    * gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.
---
 gnu/packages/web-browsers.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index e954863..d316482 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -188,13 +188,13 @@ older or slower computers and embedded systems.")
                        "--enable-graphics")
                #t))))))
     (native-inputs `(("pkg-config" ,pkg-config)))
-    (inputs `(("zlib" ,zlib)
-              ("openssl" ,openssl)
+    (inputs `(("libevent" ,libevent)
               ("libjpeg" ,libjpeg-turbo)
-              ("libtiff" ,libtiff)
-              ("libevent" ,libevent)
               ("libpng" ,libpng)
-              ("libxt" ,libxt)))
+              ("libtiff" ,libtiff)
+              ("libxt" ,libxt)
+              ("openssl" ,openssl)
+              ("zlib" ,zlib)))
     (synopsis "Text and graphics mode web browser")
     (description "Links is a graphics and text mode web browser, with many
 features including, tables, builtin image display, bookmarks, SSL and more.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]