diff options
-rw-r--r-- | gnu/packages/web-browsers.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index e954863be4..d31648257f 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.") |