gnu: links: Sort inputs.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 5 Jul 2020 04:52:18 +0000 (06:52 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 5 Jul 2020 05:03:11 +0000 (07:03 +0200)
* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.

gnu/packages/web-browsers.scm

index e954863..d316482 100644 (file)
@@ -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.")