mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: links: Sort inputs.
* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.
This commit is contained in:
parent
dfb99268b0
commit
77986a6a99
1 changed files with 5 additions and 5 deletions
|
@ -188,13 +188,13 @@ (define-public links
|
|||
"--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.")
|
||||
|
|
Loading…
Reference in a new issue